Use std::is_trivially_destructible instead of boost::has_trivial_destructor (#1003)
Summary: - Use `std::is_trivially_destructible` instead of `boost::has_trivial_destructor` in a few places. Pull Request resolved: https://github.com/facebook/folly/pull/1003 Reviewed By: lbrandy Differential Revision: D13754694 Pulled By: yfeldblum fbshipit-source-id: b32dbc901fd7c9cae681ac3436cc71ff075f30ec
Showing
Please register or sign in to comment