X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FSingleton.h;h=40e9dad6b4aa54049577bfb1f3862ce7ee1710c4;hb=f2925b23df8d85ebca72d62a69f1282528c086de;hp=028cf7f1c210d4125b4522a3976b3a04bec26076;hpb=dce47b8a0cc0e90f93844e66651d68340ed2f940;p=folly.git diff --git a/folly/Singleton.h b/folly/Singleton.h index 028cf7f1..40e9dad6 100644 --- a/folly/Singleton.h +++ b/folly/Singleton.h @@ -328,7 +328,7 @@ struct SingletonHolder : public SingletonHolderBase { SingletonHolder(SingletonHolder&&) = delete; }; -} +} // namespace detail class SingletonVault { public: @@ -734,6 +734,6 @@ class LeakySingleton { entry.state = State::Living; } }; -} +} // namespace folly #include