Statically allocate futex array
[folly.git] / folly / MapUtil.h
index 15dd4b1846ae5c3b8dc686801bc25119c8302a98..b1fbfadcaf59ecf3db6d14e80f35e472152fa249 100644 (file)
@@ -207,7 +207,7 @@ auto extract_default(const KeysDefault&... keysDefault) ->
     typename DefaultType<KeysDefault...>::type const& {
   return std::get<sizeof...(KeysDefault)-1>(std::tie(keysDefault...));
 }
-}
+} // namespace detail
 
 /**
  * Given a map of maps and a path of keys, return a pointer to the nested value,