diff options
author | Ulrich Drepper <drepper@redhat.com> | 2019-01-30 16:23:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@gcc.gnu.org> | 2019-01-30 16:23:44 +0000 |
commit | 7341a03ab85827e2fe36c26e6bfad622bdfd218b (patch) | |
tree | dc879838bf1cbd5f1b046d6677aad23115ac5feb | |
parent | 284fdc4c1595dba3140d29c453f4966d3e97dfd5 (diff) | |
download | gcc-7341a03ab85827e2fe36c26e6bfad622bdfd218b.zip gcc-7341a03ab85827e2fe36c26e6bfad622bdfd218b.tar.gz gcc-7341a03ab85827e2fe36c26e6bfad622bdfd218b.tar.bz2 |
* doc/xml/manual/status_cxx2020.xml: Update P0600 entry.
From-SVN: r268398
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 078a4ae..f30fedf 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2019-01-30 Ulrich Drepper <drepper@redhat.com> + + * doc/xml/manual/status_cxx2020.xml: Update P0600 entry. + 2019-01-29 Jonathan Wakely <jwakely@redhat.com> * testsuite/26_numerics/headers/complex/synopsis.cc: Remove incorrect diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml index 05d3428..0e56ebc 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2020.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2020.xml @@ -159,14 +159,13 @@ Feature-testing recommendations for C++</link>. </row> <row> - <?dbhtml bgcolor="#C8B0B0" ?> <entry> <code>nodiscard</code> in the Library </entry> <entry> <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0600r1.pdf"> P0600R1 </link> </entry> - <entry align="center"> </entry> + <entry align="center"> 9.1 </entry> <entry /> </row> |