From 52d75a10d09957db933e98d29002bdf55e6e54e6 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 4 Nov 2020 12:53:29 +0000 Subject: [PATCH] libstdc++: Update C++20 status documentation libstdc++-v3/ChangeLog: * doc/xml/manual/evolution.xml: Document new C++20 headers. * doc/html/*: Regenerate. --- libstdc++-v3/doc/html/manual/api.html | 11 +++++++++++ libstdc++-v3/doc/xml/manual/evolution.xml | 13 +++++++++++++ 2 files changed, 24 insertions(+) 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. + + -- 2.47.2