On 04/08/16 14:32 +0100, Jonathan Wakely wrote:
<row>
+ <entry> Minimal incomplete type support for standard containers </entry>
+ <entry>
+ <link xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4510.html">
+ N4510
+ </link>
+ </entry>
+ <entry align="center"> 7 (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)
+ </entry>
+ </row>
I've just added the __cpp_lib_incomplete_container_elements macro on
the gcc-6 branch, so have updated this row of the status table.
commit 5c7dbf6b5f456e1549ddb5074dab2273fa144efa
Author: Jonathan Wakely <[email protected]>
Date: Sat Aug 6 13:42:55 2016 +0100
Update C++17 library status table
* doc/xml/manual/status_cxx2017.xml: Update status table.
* doc/html/manual/status.html: Regenerate.
diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
index 55e3ff5..99f2bbf 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>