let the key type in StaticSingletonManager be exported
Summary: When using multiple libraries in multiple `.so`s, it is sometimes expected that a type be marked `FOLLY_EXPORT` for them to be understood as the same type in RTTI contexts. This turns out to be the case with exceptions. And `StaticSingletonManager` is an RTTI context as well. Reviewed By: simpkins Differential Revision: D32979714 fbshipit-source-id: 92b0032428d7a1a184ef886b67034216ee245e64
Showing
Please register or sign in to comment