C++ PATCHes to add __is_trivially_*
Paolo Carlini
paolo.carlini@oracle.com
Wed Oct 1 08:11:00 GMT 2014
Hi again,
On 10/01/2014 12:48 AM, 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...), ""); }
... depending on your arrangements with Jason you may or may not want to
open a separate bug report for this...
Paolo.
More information about the Libstdc++
mailing list