Move the traits factories up, and remove <boost/mpl/has_xxx.hpp>
Summary: [Folly] Move the traits factories up, and remove `<boost/mpl/has_xxx.hpp>`. Also, they now generate aliases to the types aliased by `std::true_type` and `std::false_type`. So now the API is entirely compatible with the requirements of `std::integral_constant` (because it is `std::integral_constant`). Reviewed By: wqfish Differential Revision: D4375944 fbshipit-source-id: dfd41283f13d793f7fc1f173590cd93cdee39a10
Showing
Please register or sign in to comment