Use "auto" with GENERATOR instead of std::function
[folly.git] / folly / Conv.h
index 351fd4f92d1a431ef3142b519b3ca94d917d94cc..5a9e0069ab25fba620fc9eafb15549f8b58ed319 100644 (file)
@@ -133,7 +133,7 @@ inline void enforceWhitespace(StringPiece sp) {
     throw makeConversionError(err, sp);
   }
 }
-}
+} // namespace detail
 
 /**
  * The identity conversion function.
@@ -283,7 +283,7 @@ unsafeTelescope128(char * buffer, size_t room, unsigned __int128 x) {
   return p;
 }
 
-}
+} // namespace detail
 #endif
 
 /**