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;
>
>
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