From 804e2d0631d11d036be3452f00a294c434f3570a Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Fri, 12 Jul 2019 12:43:17 +0100 Subject: [PATCH] Update C++2a library status table * doc/xml/manual/status_cxx2020.xml: Update status for atomic_ref and floating point atomics. From-SVN: r273441 --- libstdc++-v3/ChangeLog | 5 +++++ libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 8 +++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 69f5b86f301..cbf8133aafd 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2019-07-12 Jonathan Wakely + + * doc/xml/manual/status_cxx2020.xml: Update status for atomic_ref + and floating point atomics. + 2019-07-11 Jonathan Wakely * doc/xml/manual/configure.xml: Improve documentation of diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml index 029c5bc9b8e..3a5de38ad22 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml @@ -78,14 +78,13 @@ Feature-testing recommendations for C++. - Floating Point Atomic P0020R6 - + 10.1 @@ -345,15 +344,14 @@ Feature-testing recommendations for C++. - Atomic Ref P0019R8 - - + 10.1 + __cpp_lib_atomic_ref >= 201806L -- 2.11.4.GIT