Simplify HasArgumentTypes in DynamicParser-inl.h (#1086)
Summary: - `HasArgumentTypes` uses nested `boost::mpl::transform` calls to strip reference qualifiers from the function argument types and then another `mpl::transform` call to remove `const` qualifiers. - Replace the nested `mpl::transform` calls to just one call by using `folly::remove_cvref`. Pull Request resolved: https://github.com/facebook/folly/pull/1086 Reviewed By: Orvid Differential Revision: D14638843 Pulled By: yfeldblum fbshipit-source-id: 8c360e50ffaba0328aa8e4c86245ce25d45bc01b
Showing
Please register or sign in to comment