diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2019-07-12 12:43:17 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2019-07-12 12:43:17 +0100 |
commit | 804e2d0631d11d036be3452f00a294c434f3570a (patch) | |
tree | 4bec2943462b6008efa940b612e924f3d057402a | |
parent | 72ab1c51b607dd5446ee24ff9fce9178d6b811cb (diff) | |
download | gcc-804e2d0631d11d036be3452f00a294c434f3570a.zip gcc-804e2d0631d11d036be3452f00a294c434f3570a.tar.gz gcc-804e2d0631d11d036be3452f00a294c434f3570a.tar.bz2 |
Update C++2a library status table
* doc/xml/manual/status_cxx2020.xml: Update status for atomic_ref
and floating point atomics.
From-SVN: r273441
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | 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 69f5b86..cbf8133a 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2019-07-12 Jonathan Wakely <jwakely@redhat.com> + + * doc/xml/manual/status_cxx2020.xml: Update status for atomic_ref + and floating point atomics. + 2019-07-11 Jonathan Wakely <jwakely@redhat.com> * 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 029c5bc..3a5de38 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++</link>. </row> <row> - <?dbhtml bgcolor="#C8B0B0" ?> <entry> Floating Point Atomic </entry> <entry> <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0020r6.html"> P0020R6 </link> </entry> - <entry align="center"> </entry> + <entry align="center"> 10.1 </entry> <entry /> </row> @@ -345,15 +344,14 @@ Feature-testing recommendations for C++</link>. </row> <row> - <?dbhtml bgcolor="#C8B0B0" ?> <entry> Atomic Ref </entry> <entry> <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0019r8.html"> P0019R8 </link> </entry> - <entry align="center"> </entry> - <entry /> + <entry align="center"> 10.1 </entry> + <entry> <code>__cpp_lib_atomic_ref >= 201806L</code> </entry> </row> <row> |