public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [c++-concepts] Default to C++1y
@ 2013-03-29 16:34 Gabriel Dos Reis
  0 siblings, 0 replies; only message in thread
From: Gabriel Dos Reis @ 2013-03-29 16:34 UTC (permalink / raw)
  To: gcc-patches; +Cc: asutton


Andrew,

As we discussed a couple of days ago, this patch defaults us to C++1y.
Applied to branch.

-- Gaby

2013-03-29  Gabriel Dos Reis  <gdr@integrable-solutions.net>

	* c-common.c (cxx_dialect): Default to C++1y.

Index: gcc/c-family/c-common.c
===================================================================
--- gcc/c-family/c-common.c	(revision 197241)
+++ gcc/c-family/c-common.c	(working copy)
@@ -240,7 +240,7 @@
 
 /* The C++ dialect being used. C++11 is the default.  */
 
-enum cxx_dialect cxx_dialect = cxx11;
+enum cxx_dialect cxx_dialect = cxx1y;
 
 /* Maximum template instantiation depth.  This limit exists to limit the
    time it takes to notice excessively recursive template instantiations.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-29 16:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-29 16:34 [c++-concepts] Default to C++1y Gabriel Dos Reis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).