This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++ PATCHes to add __is_trivially_*


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]