Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deprecated dynamic exception in fbpcf/exception/exceptions.h +1 (#…
…541) Summary: Pull Request resolved: #541 LLVM has detected a violation of `-Wdeprecated-dynamic-exception-spec`. Dynamic exceptions were removed in C++17. This diff fixes the deprecated instance(s). See [Dynamic exception specification](https://en.cppreference.com/w/cpp/language/except_spec) and [noexcept specifier](https://en.cppreference.com/w/cpp/language/noexcept_spec). Reviewed By: palmje Differential Revision: D58182139 fbshipit-source-id: 23604f1d2732de4f94bf0b4bc157a2fe0111ba3b
- Loading branch information