summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2016-08-06 12:45:58 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2016-08-06 12:45:58 +0000
commitec6e12812b1965ad97c110e6f6ff87b5b7ee55c4 (patch)
tree4dcb9f871caf004e76f6324fe4b4aa1bee9749fe
parentccf01b4223f9bb10308e6d8b02a365a634760274 (diff)
downloadgcc-ec6e12812b1965ad97c110e6f6ff87b5b7ee55c4.tar.gz
Update C++17 library status table
* doc/xml/manual/status_cxx2017.xml: Update status table. * doc/html/manual/status.html: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@239209 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libstdc++-v3/ChangeLog3
-rw-r--r--libstdc++-v3/doc/html/manual/status.html4
-rw-r--r--libstdc++-v3/doc/xml/manual/status_cxx2017.xml4
3 files changed, 7 insertions, 4 deletions
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 <jwakely@redhat.com>
+ * 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++</a>.
<a class="link" href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4510.html" target="_top">
N4510
</a>
- </td><td align="center"> 7 (3.0)</td><td align="left"><code class="code"> __cpp_lib_incomplete_container_elements &gt;= 201505 </code>
- (the feature was always supported, but the macro was not defined until GCC 7)
+ </td><td align="center"> 6.2 (3.0)</td><td align="left"><code class="code"> __cpp_lib_incomplete_container_elements &gt;= 201505 </code>
+ (the feature was always supported, but the macro was not defined until GCC 6.2)
</td></tr><tr bgcolor="#C8B0B0"><td align="left"> Emplace return type </td><td align="left">
<a class="link" href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0084r2.pdf" target="_top">
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++</link>.
N4510
</link>
</entry>
- <entry align="center"> 7 (3.0)</entry>
+ <entry align="center"> 6.2 (3.0)</entry>
<entry><code> __cpp_lib_incomplete_container_elements >= 201505 </code>
- (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)
</entry>
</row>