[Bug c++/63362] The c++11 triviality-traits need front-end help
ville.voutilainen at gmail dot com
gcc-bugzilla@gcc.gnu.org
Thu Sep 25 16:28:00 GMT 2014
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63362
--- Comment #3 from Ville Voutilainen <ville.voutilainen at gmail dot com> ---
Looks good so far. I think this is a sufficient start for implementing the
library traits. Does the patch cover template cases as well? Such as
struct B {B();};
template <class T> struct C : T
{
};
SA(__calls_nontrivial_fn(C<B>()));
Anyway, I'll give it a spin.
More information about the Gcc-bugs
mailing list