Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ProtoContext: remove unnecessary std::to_string() conversions
Both iv_proto and tun_mtu_max are simple unsigned integers that are being inserted into the out ostringstream, so an additional explicit std::to_string() conversion for them is unnecessary. Signed-off-by: Razvan Cojocaru <[email protected]>
- Loading branch information