Handle noexcept in SignatureOf_ and ArgTypes_, take 2 (#1178)
Summary: Second attempt at https://github.com/facebook/folly/pull/1173 This time the class template specializations are guarded with the `__cpp_noexcept_function_type` feature test macro to maintain compatibility with C++14. Open to replacing the raw macro with something like `FOLLY_POLY_NOEXCEPT_FUNCTION_TYPE` but that was not my first approach since it's more characters and there is not an extra case to test like with `FOLLY_POLY_NTTP_AUTO`. Pull Request resolved: https://github.com/facebook/folly/pull/1178 Reviewed By: yfeldblum Differential Revision: D16057403 Pulled By: Orvid fbshipit-source-id: 9b538c0f1b0614e69447202d1e4d60ed3fa709cb
Showing
Please register or sign in to comment