Disallow folly::Singletons before main()
Summary: Make folly::Singleton fail if singleton is requested before registrationComplete. By doing this we disallow any folly::Singleton to be created before main(). Strict mode is still disabled for Python and Hs. Reviewed By: yfeldblum Differential Revision: D4121322 fbshipit-source-id: b66c23e24f6a7324cd12ddb77cad960e0950a1aa
Showing
Please register or sign in to comment