On 18/08/16 13:32 -0700, Tim Shen wrote:
Tested on x86_64-linux-gnu and checked in as r239590.
This updates the status at https://gcc.gnu.org/onlinedocs/libstdc++/manual/status.html#status.iso.201z Committed to trunk.
commit 6c46b6c04ac234b6443208e922bb3177344e90a8 Author: Jonathan Wakely <jwak...@redhat.com> Date: Fri Aug 19 09:15:36 2016 +0100 Update C++17 library status table * doc/xml/manual/status_cxx2017.xml: Update status of make_from_tuple and variant. * doc/html/*: Regenerate. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml index 99f2bbf..35d6b6b 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml @@ -92,14 +92,13 @@ Feature-testing recommendations for C++</link>. </row> <row> - <?dbhtml bgcolor="#C8B0B0" ?> <entry> Variant: a type-safe union for C++17 </entry> <entry> <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0088r3.html"> P0088R3 </link> </entry> - <entry align="center"> No </entry> + <entry align="center"> 7 </entry> <entry> <code>__has_include(<variant>)</code> </entry> </row> @@ -206,14 +205,13 @@ Feature-testing recommendations for C++</link>. </row> <row> - <?dbhtml bgcolor="#C8B0B0" ?> - <entry> make_from_tuple: apply for construction </entry> + <entry> <code>make_from_tuple</code>: apply for construction </entry> <entry> <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0209r2.pdf"> P0209R2 </link> </entry> - <entry align="center"> No </entry> + <entry align="center"> 7 </entry> <entry><code> __cpp_lib_make_from_tuple >= 201606 </code></entry> </row>