Cut FOLLY_IS_TRIVIALLY_COPYABLE macro
Summary: [Folly] Cut `FOLLY_IS_TRIVIALLY_COPYABLE` macro, replacing all uses with `folly::is_trivially_copyable`. And cut `folly::IsTriviallyCopyable` with member-type-detection support, and move `folly::traits_detail::is_trivially_copyable` to `folly::is_trivially_copyable`. `FOLLY_IS_TRIVIALLY_COPYABLE` and `folly::IsTriviallyCopyable` were there to support gcc < 5. Reviewed By: Orvid Differential Revision: D8246972 fbshipit-source-id: 8af9bbdbfac8671a61ebaa200dbfd2426a40d2eb
Showing
Please register or sign in to comment