Enforce SingletonThreadLocal uniqueness without FOLLY_TLS
Summary: [Folly] Enforce `SingletonThreadLocal` uniqueness also in the case where `FOLLY_TLS` is not defined. Since the uniqueness check should happen in all scenarios, just move it to a place which is not subject to conditional compilation. Reviewed By: yfeldblum Differential Revision: D15142661 fbshipit-source-id: 04dbc7bc775255a010f24c1496552cfc27970e1f
Showing
Please register or sign in to comment