Let SingletonThreadLocal no longer depend on Singleton
Summary: [Folly] Let `SingletonThreadLocal` no longer depend on `Singleton`. After recent changes, the dependency was only for `DefaultTag` and `DefaultMake`, not for `Singleton` or `LeakySingleton` itself. So extract the two small types to a small detail header, and split. Reviewed By: ot Differential Revision: D7300727 fbshipit-source-id: 5ccfc0abff7dbb8c2c9ea83fb9bb3a085904ce58
Showing
folly/detail/Singleton.h
0 → 100644
Please register or sign in to comment