Don't initialize kDestroyWaitTime in-class
Summary: MSVC doesn't like it when you try to initialize a static in-class non-primitive constexpr member. It was only used in one place, so stick the definition in that function instead. Reviewed By: yfeldblum Differential Revision: D3255178 fb-gh-sync-id: e4a862a2662c4f5376c19fc52827cb2953f01e52 fbshipit-source-id: e4a862a2662c4f5376c19fc52827cb2953f01e52
Showing
Please register or sign in to comment