[wwwdocs] C++03 missing on https://gcc.gnu.org/projects/cxx-status.html

U.Mutlu um@mutluit.com
Thu Dec 15 19:50:29 GMT 2022


Jakub Jelinek wrote on 12/15/22 17:59:
> On Thu, Dec 15, 2022 at 05:53:19PM +0100, U.Mutlu wrote:
>> On this page all ISO C++ standards versions of gcc/g++ are listed, except C++03:
>> https://gcc.gnu.org/projects/cxx-status.html
>>
>> This looks much like an error/omission b/c g++ has the options -std=c++03
>> and -std=gnu++03
>
> C++03 isn't a separate standard version, just technical corrigendum
> and the page mentions it:
>
> C++98 Support in GCC
> GCC has full support for the 1998 C++ standard as modified by the 2003
> technical corrigendum
>
> -std=c++03 is an alias to -std=c++98 and -std=gnu++03 is an alias to
> -std=gnu++98 and the gcc manual explains that.
>
> 	Jakub


Whatever, but they still could list it like the others and then give the 
explanation you gave.
B/c otherwise it looks like as if the doc writer has forgotten one of the 
historic steps...




More information about the Gcc mailing list