X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FMapUtil.h;h=b1fbfadcaf59ecf3db6d14e80f35e472152fa249;hb=f2925b23df8d85ebca72d62a69f1282528c086de;hp=15dd4b1846ae5c3b8dc686801bc25119c8302a98;hpb=d21f716525c0b0a8aec9725ea39dc2a695267875;p=folly.git diff --git a/folly/MapUtil.h b/folly/MapUtil.h index 15dd4b18..b1fbfadc 100644 --- a/folly/MapUtil.h +++ b/folly/MapUtil.h @@ -207,7 +207,7 @@ auto extract_default(const KeysDefault&... keysDefault) -> typename DefaultType::type const& { return std::get(std::tie(keysDefault...)); } -} +} // namespace detail /** * Given a map of maps and a path of keys, return a pointer to the nested value,