http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60132
Bug ID: 60132
Summary: C++11: lack of is_trivially_copy_constructible
Product: gcc
Version: 4.8.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: piotr.wyderski at gmail dot com
The C++11 standard defines the content of <type_traits>
to contain, among other things,
template <class T> struct is_trivially_copy_constructible;
GCC 4.8.2 does not provide this class.
There was a related renaming mess in
the late phase of the new standard definition
process (has_trivlal_destructor<T> etc.), so
IMHO this file needs a careful inspection to
check its conformance to the final version.
The bug has been found on Linux/x64 if this
fact is of any imnportance.