From: Jonathan Wakely Date: Sat, 6 Aug 2016 12:45:58 +0000 (+0100) Subject: Update C++17 library status table X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=caee9cdee7f2eee31669eaecb694967ae8091d78;p=gcc.git Update C++17 library status table * doc/xml/manual/status_cxx2017.xml: Update status table. * doc/html/manual/status.html: Regenerate. From-SVN: r239209 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 248fa197373..c676d03843c 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,8 @@ 2016-08-06 Jonathan Wakely + * doc/xml/manual/status_cxx2017.xml: Update status table. + * doc/html/manual/status.html: Regenerate. + * testsuite/lib/libstdc++.exp: Fix typo in comment. PR libstdc++/72820 diff --git a/libstdc++-v3/doc/html/manual/status.html b/libstdc++-v3/doc/html/manual/status.html index 35b31c1720d..d36eb8a543b 100644 --- a/libstdc++-v3/doc/html/manual/status.html +++ b/libstdc++-v3/doc/html/manual/status.html @@ -654,8 +654,8 @@ Feature-testing recommendations for C++. N4510 - 7 (3.0) __cpp_lib_incomplete_container_elements >= 201505 - (the feature was always supported, but the macro was not defined until GCC 7) + 6.2 (3.0) __cpp_lib_incomplete_container_elements >= 201505 + (the feature was always supported, but the macro was not defined until GCC 6.2) Emplace return type P0084R2 diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml index 55e3ff59d97..99f2bbf66c8 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml @@ -533,9 +533,9 @@ Feature-testing recommendations for C++. N4510 - 7 (3.0) + 6.2 (3.0) __cpp_lib_incomplete_container_elements >= 201505 - (the feature was always supported, but the macro was not defined until GCC 7) + (the feature was always supported, but the macro was not defined until GCC 6.2)