Leak folly::SingletonVault
authorAndrii Grynenko <andrii@fb.com>
Thu, 2 Oct 2014 03:34:27 +0000 (20:34 -0700)
committerAndrii Grynenko <andrii@fb.com>
Wed, 15 Oct 2014 00:48:20 +0000 (17:48 -0700)
commitc64d359b30e8960cf4a1ffa5f98730c451cfaecc
tree57e61033410b83de95dd1e350aabe09b5de07b31
parentfd81069d72cdf91658f716c3377fcebbb9a52bce
Leak folly::SingletonVault

Summary: This will ensure SingletonVault is always available. It matters for singletons, not managed by folly::Singleton. Singletons in it will actually be destroyed via static SingletonVaultDestructor.

Test Plan: unit test

Reviewed By: chip@fb.com

Subscribers: njormrod

FB internal diff: D1591270
folly/experimental/Singleton.cpp
folly/experimental/Singleton.h