https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64195
Bug ID: 64195 Summary: type_traits.h: is_trivially_copyable unimplemented Product: gcc Version: 4.9.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: bep684 at gmail dot com Attempting to use std::is_trivially_copyable results in the following error at compile-time: "error: 'is_trivially_copyable' is not a member of 'std'" Found the following line in type_traits.h: "// is_trivially_copyable (still unimplemented)"