Name: Anonymous 2015-04-23 23:41
https://gcc.gnu.org/gcc-5/changes.html
On the Seeples front,
The non-standard C++0x type traits has_trivial_default_constructor, has_trivial_copy_constructor and has_trivial_copy_assign have been deprecated and will be removed in a future version. The standard C++11 traits is_trivially_default_constructible, is_trivially_copy_constructible and is_trivially_copy_assignable should be used instead.
What the fuck, Bjarn? Somehow my interest in getting an in-depth mastery of C++ has gotten even lower.
The default mode for C is now -std=gnu11 instead of -std=gnu89.I wasn't expecting that. I figured they would never change it.
On the Seeples front,
The non-standard C++0x type traits has_trivial_default_constructor, has_trivial_copy_constructor and has_trivial_copy_assign have been deprecated and will be removed in a future version. The standard C++11 traits is_trivially_default_constructible, is_trivially_copy_constructible and is_trivially_copy_assignable should be used instead.
What the fuck, Bjarn? Somehow my interest in getting an in-depth mastery of C++ has gotten even lower.