From 5a3dc58a1d7a792e776a59389e8901b614ce6d0d Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Mon, 17 Jan 2022 11:26:21 +0000 Subject: [PATCH] libstdc++: Document final option names for enabling C++20 libstdc++-v3/ChangeLog: * doc/xml/manual/status_cxx2020.xml: Use final C++20 option names. * doc/html/manual/status.html: Regenerate. --- libstdc++-v3/doc/html/manual/status.html | 4 ++-- libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index 6c74e47..1718631 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -1246,8 +1246,8 @@ since C++14 and the implementation is complete. vectorizable types with sizeof(T) < 4 "-mavx512bw" and "-mavx512vl"


C++ 2020

-In this implementation the -std=gnu++2a or --std=c++2a flag must be used to enable language +In this implementation the -std=gnu++20 or +-std=c++20 flag must be used to enable language and library features. See dialect options. The pre-defined symbol diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml index cebe36a..7e25826 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml @@ -10,8 +10,8 @@ -In this implementation the -std=gnu++2a or --std=c++2a flag must be used to enable language +In this implementation the -std=gnu++20 or +-std=c++20 flag must be used to enable language and library features. See dialect options. The pre-defined symbol -- 2.7.4