handle noexcept in SignatureOf_ and ArgTypes_ (#1173)
Summary: Fixes https://github.com/facebook/folly/issues/737 My use of `std::add_pointer_t` deviates in style from the alias decls in other `SignatureOf_` specializations because it is not possible with that syntax to declare a pointer to `noexcept` function. Pull Request resolved: https://github.com/facebook/folly/pull/1173 Reviewed By: yfeldblum Differential Revision: D15906742 Pulled By: Orvid fbshipit-source-id: bb2af75d24d620f80b26ca4daa579e244be0e6a8
Showing
Please register or sign in to comment