Singleton: un-inline initialization-time-only methods
authorSteve O'Brien <steveo@fb.com>
Wed, 7 Oct 2015 13:23:01 +0000 (06:23 -0700)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Wed, 7 Oct 2015 14:20:15 +0000 (07:20 -0700)
commitccbbdd366e114ebc4782555928aa84ed5c8987f6
treec82038c8611b29c2acc75c5952a885a9603ccd6d
parentc12818f97b2317525abd3ef8e0ad23416cde6c8b
Singleton: un-inline initialization-time-only methods

Summary: Move some methods which are generally only used during initialization time (registration, eager-init functions) from the header to the .cpp file

Reviewed By: @luciang

Differential Revision: D2513043

fb-gh-sync-id: 58d1f6e0d158d805a12b8d267421927b3cfc6118
folly/Singleton.cpp
folly/Singleton.h