Re: C/C++ standards supported by the preprocessor

2016-01-24 Thread Gerald Pfeifer
On Sun, 17 Jan 2016, Sandra Loosemore wrote: > I noticed that the section on preprocessor options in the GCC manual > (which is also shared by the CPP manual) still claims that the default > -std= values are gnu90 for C and gnu++98 for C++, and does not list any > C++ versions after gnu++98. AF

C/C++ standards supported by the preprocessor

2016-01-17 Thread Sandra Loosemore
I noticed that the section on preprocessor options in the GCC manual (which is also shared by the CPP manual) still claims that the default -std= values are gnu90 for C and gnu++98 for C++, and does not list any C++ versions after gnu++98. AFAICT from digging through code and trying some expe