C++ PATCHes to add __is_trivially_*

Jason Merrill jason@redhat.com
Wed Oct 1 02:16:00 GMT 2014


On 09/30/2014 06:48 PM, Ville Voutilainen wrote:
> The intrinsics still fail to support certain variadic cases, such as
>
> template <class T, class... Args> void bar() {
>    static_assert(__is_trivially_constructible(T, Args...), "");
> }

Oops.

Jason




More information about the Libstdc++ mailing list