From: Jonathan Wakely Date: Wed, 4 Nov 2020 12:53:29 +0000 (+0000) Subject: libstdc++: Update C++20 status documentation X-Git-Tag: releases/gcc-10.3.0~687 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52d75a10d09957db933e98d29002bdf55e6e54e6;p=thirdparty%2Fgcc.git libstdc++: Update C++20 status documentation libstdc++-v3/ChangeLog: * doc/xml/manual/evolution.xml: Document new C++20 headers. * doc/html/*: Regenerate. --- diff --git a/libstdc++-v3/doc/html/manual/api.html b/libstdc++-v3/doc/html/manual/api.html index 394c38c3ec58..558606b77b9e 100644 --- a/libstdc++-v3/doc/html/manual/api.html +++ b/libstdc++-v3/doc/html/manual/api.html @@ -405,4 +405,15 @@ now defaults to zero. for C++20 mode. The removed functionality has been provided by std::allocator_traits since C++11 and that should be used instead. +

+ Experimental C++2a support improved, with new headers + <concepts>, + <ranges>, + <compare>, + <coroutine>, + <numbers>, + <span>, + and + <stop_token> + added.

\ No newline at end of file diff --git a/libstdc++-v3/doc/xml/manual/evolution.xml b/libstdc++-v3/doc/xml/manual/evolution.xml index 623d53e7faf6..93e242852ccc 100644 --- a/libstdc++-v3/doc/xml/manual/evolution.xml +++ b/libstdc++-v3/doc/xml/manual/evolution.xml @@ -972,6 +972,19 @@ now defaults to zero. be used instead. + + Experimental C++2a support improved, with new headers + <concepts>, + <ranges>, + <compare>, + <coroutine>, + <numbers>, + <span>, + and + <stop_token> + added. + +