Folly parseJson doesn't handle minInt properly
[folly.git] / folly / IPAddressV6.h
index be32b4aaaedcb67137593ad45dac018a4c0b719c..703f9da71e5ffeca96047bf5a8ab80bcc1fab66f 100644 (file)
@@ -86,6 +86,7 @@ class IPAddressV6 : boost::totally_ordered<IPAddressV6> {
   static constexpr size_t kToFullyQualifiedSize =
     8 /*words*/ * 4 /*hex chars per word*/ + 7 /*separators*/;
 
+  // returns true iff the input string can be parsed as an ipv6-address
   static bool validate(StringPiece ip);
 
   /**