#include int main() { bool b = std::is_trivially_copy_constructible::value; (void) b; return 0; }