[v3] Minimally exercise the other alias_decls in <type_traits>

Paolo Carlini paolo.carlini@oracle.com
Wed Oct 15 09:50:00 GMT 2014


Hi,

On 10/15/2014 11:44 AM, Jonathan Wakely wrote:
> Index: testsuite/20_util/add_const/requirements/alias_decl.cc
>> ===================================================================
>> --- testsuite/20_util/add_const/requirements/alias_decl.cc (revision 0)
>> +++ testsuite/20_util/add_const/requirements/alias_decl.cc (working 
>> copy)
>> @@ -0,0 +1,33 @@
>> +// { dg-options "-std=gnu++1y" }
>
> We can use -std=gnu++14 and probably should prefer it.
I agree, the other day I asked myself why we were using 1y in those 
tests, and overwhelmed today I preferred to just remain consistent for 
the time being.
> We might also want to consider a global s/gnu++0x/gnu++11/ some day.
And s/gnu++1y/gnu++14 of course ;)

Paolo.



More information about the Libstdc++ mailing list