[Bug c++/64195] New: type_traits.h: is_trivially_copyable unimplemented
bep684 at gmail dot com
gcc-bugzilla@gcc.gnu.org
Fri Dec 5 15:39:00 GMT 2014
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)"
More information about the Gcc-bugs
mailing list