Move expensive Singleton code to .cpp
authorYedidya Feldblum <yfeldblum@fb.com>
Sat, 23 Dec 2017 08:09:39 +0000 (00:09 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 23 Dec 2017 08:19:56 +0000 (00:19 -0800)
commit9fef1cd9f2684c7c86ec9f051a0042ab48c690fb
tree3495832aad1ff9f448b029dcc570c8e6969e5b93
parent48b9743d001e6c3dd3e66ef1dac702c9794833d7
Move expensive Singleton code to .cpp

Summary:
[Folly] Move expensive `Singleton` code to `.cpp`.

Including string manipulation, `ostream::operator<<` operations, `throw` statements, etc,

Reviewed By: ot

Differential Revision: D6632052

fbshipit-source-id: 82e0033d5042b02951cf3b05c55cf62c97cc2b6d
folly/Singleton-inl.h
folly/Singleton.cpp
folly/Singleton.h