X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2FIPAddress.h;h=4ce7d3887594ac34aff5b624758e468c8b486743;hp=372d9cbc5a19c418e53e7ff178c79549c7ca5174;hb=d4aacd244f21e76dce685365acc281a9015897c1;hpb=adf4a5ac9d3604427c85dd92ec379e9d7a3a4a8a diff --git a/folly/IPAddress.h b/folly/IPAddress.h index 372d9cbc..4ce7d388 100644 --- a/folly/IPAddress.h +++ b/folly/IPAddress.h @@ -457,7 +457,7 @@ inline bool operator>=(const IPAddress& a, const IPAddress& b) { return !(a < b); } -} // folly +} // namespace folly namespace std { template <> @@ -466,4 +466,4 @@ struct hash { return addr.hash(); } }; -} // std +} // namespace std