exception_shared_string
Summary: A refcounted-string type suitable for exception types. Exception types should ordinarily be nothrow-copy-constructible, which excludes holding `std::string` fields, and should ordinarily be as small as possible, which excludes holding `std::shared_ptr<std::string>` fields. Reviewed By: luciang Differential Revision: D33010058 fbshipit-source-id: ae71f00d2053c9c52b9a980d028dce8397704cda
Showing
Please register or sign in to comment