This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] Update C++17 library status table in manual
- From: Jonathan Wakely <jwakely at redhat dot com>
- To: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Mon, 3 Apr 2017 19:59:10 +0100
- Subject: Re: [PATCH] Update C++17 library status table in manual
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=jwakely at redhat dot com
- Dkim-filter: OpenDKIM Filter v2.11.0 mx1.redhat.com B3560338864
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com B3560338864
- References: <20170403171907.GA18029@redhat.com>
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 <jwakely@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">