Move inline functions with static-locals to implementation files
authorAndrew Gallagher <andrewjcg@fb.com>
Wed, 26 Oct 2016 08:24:23 +0000 (01:24 -0700)
committerFacebook Github Bot <facebook-github-bot-bot@fb.com>
Wed, 26 Oct 2016 08:38:30 +0000 (01:38 -0700)
commite4431011e41842cf1f7e0f3ac1eba097568a1a56
tree23c2055f4a8c0c5be7426b740d98440004dd808e
parente0cb729e4987a1af9318a4bd915fbaf880b6e6e9
Move inline functions with static-locals to implementation files

Summary:
This refactors inline functions defined in headers which had static locals
so that their definition is moved to the corresponding implementation file.

Reviewed By: yfeldblum

Differential Revision: D4049175

fbshipit-source-id: 56eeb82eb23b04c3b9940d803d05050949aa5ef9
folly/experimental/RCUUtils.cpp
folly/experimental/RCUUtils.h