Re: Remove deprecated std::has_trivial_xxx traits

2016-07-27 Thread Daniel Krügler
2016-07-27 20:25 GMT+02:00 Jonathan Wakely : > I propose that we remove the following non-standard traits in GCC 7: > > /// has_trivial_default_constructor (temporary legacy) > template >struct has_trivial_default_constructor >: public integral_constant >{ } _GLIBCXX_DEPRECATED; > >

Remove deprecated std::has_trivial_xxx traits

2016-07-27 Thread Jonathan Wakely
I propose that we remove the following non-standard traits in GCC 7: /// has_trivial_default_constructor (temporary legacy) template struct has_trivial_default_constructor : public integral_constant { } _GLIBCXX_DEPRECATED; /// has_trivial_copy_constructor (temporary legacy) templat