On 03/04/17 18:19 +0100, Jonathan Wakely wrote:
* doc/xml/manual/status_cxx2017.xml: Update C++17 status table.
* doc/xml/manual/appendix_contributing.xml (contrib.organization): Add
directories for debug, parallel and profile headers.
* doc/html/*: Regenerate.
Committed to trunk.
Oops, one of these items was already in the table, this removes the
dup.
commit d1785b1741d8bdcf1270056d6ec14eff2dc11683
Author: Jonathan Wakely <jwak...@redhat.com>
Date: Mon Apr 3 19:58:02 2017 +0100
Remove duplicated entry in C++17 library status table
* doc/xml/manual/status_cxx2017.xml: Remove duplicate table entry.
* doc/html/*: Regenerate.
diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
index 7a158b9..0e35f75 100644
--- a/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
+++ b/libstdc++-v3/doc/xml/manual/status_cxx2017.xml
@@ -558,7 +558,7 @@ Feature-testing recommendations for C++</link>.
</link>
</entry>
<entry align="center"> 7 </entry>
- <entry/>
+ <entry><code> ??? </code></entry>
</row>
<row>
@@ -575,17 +575,6 @@ Feature-testing recommendations for C++</link>.
</row>
<row>
- <entry> Return type of <code>emplace</code> </entry>
- <entry>
- <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0084r2.pdf">
- P0084R2
- </link>
- </entry>
- <entry align="center"> 7 </entry>
- <entry><code> ??? </code></entry>
- </row>
-
- <row>
<entry> Splicing Maps and Sets </entry>
<entry>
<link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0083r3.pdf">