Consistent use of sformat in address-related files v2017.08.07.00
authorYedidya Feldblum <yfeldblum@fb.com>
Sun, 6 Aug 2017 05:09:13 +0000 (22:09 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sun, 6 Aug 2017 05:11:51 +0000 (22:11 -0700)
commitd7d34a0926844dff48d958e0c980315341a26260
treed701c716ac5c832623f14315bf6f0af690267c2b
parentfc10d0b8b1506335b2ff811a4c7e9eeb2a7a7b67
Consistent use of sformat in address-related files

Summary:
[Folly] Consistent use of `sformat` in address-related files.

V.s. `format(/*...*/).str()` and v.s. `to<std::string>`.

Reviewed By: meyering

Differential Revision: D5570334

fbshipit-source-id: 83aedf9a694721fb209e62e94f1a5c5ecd355e81
folly/IPAddress.cpp
folly/IPAddressV4.cpp
folly/IPAddressV6.cpp
folly/MacAddress.cpp
folly/SocketAddress.cpp
folly/detail/IPAddress.cpp
folly/detail/IPAddressSource.h
folly/test/IPAddressBenchmark.cpp
folly/test/IPAddressTest.cpp
folly/test/MacAddressTest.cpp