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)