Replace compile tests that check if types are copy constructible and copy assignable with normal tests that use type_traits (if available).
1.4 KiB
1.4 KiB
Replace compile tests that check if types are copy constructible and copy assignable with normal tests that use type_traits (if available).