Re: Change to C++11 by default?

2015-05-08 Thread Allan Sandfeld Jensen
On Thursday 07 May 2015, Jason Merrill wrote: I think it's time to switch to C++11 as the default C++ dialect for GCC 6. Any thoughts? Would it be unrealistic to make C++14 the default? With it being an fixup of C++11, I would guess it could have longer staying power as the default. `Allan

Re: Change to C++11 by default?

2015-05-08 Thread Krzesimir Nowak
2015-05-07 20:46 GMT+02:00 Jason Merrill ja...@redhat.com: I think it's time to switch to C++11 as the default C++ dialect for GCC 6. Any thoughts? Does it mean that gcc 6 will have an official support for C++11, instead of experimental as gcc 5 has now (See C++ section

Change to C++11 by default?

2015-05-07 Thread Jason Merrill
I think it's time to switch to C++11 as the default C++ dialect for GCC 6. Any thoughts? Jason

Re: Change to C++11 by default?

2015-05-07 Thread Markus Trippelsdorf
On 2015.05.07 at 13:46 -0500, Jason Merrill wrote: I think it's time to switch to C++11 as the default C++ dialect for GCC 6. Any thoughts? Why not C++14? -- Markus

Re: Change to C++11 by default?

2015-05-07 Thread Marek Polacek
On Thu, May 07, 2015 at 01:46:32PM -0500, Jason Merrill wrote: I think it's time to switch to C++11 as the default C++ dialect for GCC 6. Any thoughts? Couldn't we switch directly to C++14 now that the support is complete? Regardless, I support changing the default (obviously... ;)).