[Mingw-w64-public] what's the diff b/w -std=c++11 and -std=gnu++11

2013-09-07 Thread Incongruous
I am trying to figure out the difference between -std=c++11 and -std=gnu++11. According to: http://gcc.gnu.org/gcc-4.8/cxx0x_status.html “...with the -std=c++11 or -std=gnu++11 compiler options; the former disables GNU extensions.”, my question is, what is it that std=c++11 disables? In other

Re: [Mingw-w64-public] what's the diff b/w -std=c++11 and -std=gnu++11

2013-09-07 Thread Ruben Van Boxem
Op 7-sep.-2013 17:08 schreef Incongruous incongru...@outlook.com het volgende: I am trying to figure out the difference between -std=c++11 and -std=gnu++11. According to: http://gcc.gnu.org/gcc-4.8/cxx0x_status.html “...with the -std=c++11 or -std=gnu++11 compiler options; the former disables