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: [v3] Minimally exercise the other alias_decls in <type_traits>


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.


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