* [PATCH] Correct C++11 implementation status docs
@ 2016-10-10 18:39 Jonathan Wakely
0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2016-10-10 18:39 UTC (permalink / raw)
To: libstdc++, gcc-patches
[-- Attachment #1: Type: text/plain, Size: 328 bytes --]
The std::list allocator status and the note about timed mutexes are
out of date, those are both completely implemented now (there's a
fallback timed mutex for targets without _POSIX_TIMEOUTS).
* doc/xml/manual/status_cxx2011.xml: Correct C++11 status.
Committed to trunk. I'll backport this to the branches as appropriate.
[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 1648 bytes --]
commit cdeed69de9aae70a15633a160378d84fbd03478c
Author: Jonathan Wakely <jwakely@redhat.com>
Date: Mon Oct 10 19:33:23 2016 +0100
Correct C++11 implementation status docs
* doc/xml/manual/status_cxx2011.xml: Correct C++11 status.
diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
index 83a266f..705f2ee 100644
--- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
+++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
@@ -1340,12 +1340,10 @@ particular release.
<entry/>
</row>
<row>
- <?dbhtml bgcolor="#B0B0B0" ?>
<entry>23.2.1</entry>
<entry>General container requirements</entry>
- <entry>Partial</entry>
- <entry><code>list</code> does not meet the requirements
- relating to allocator use and propagation.</entry>
+ <entry>Y</entry>
+ <entry/>
</row>
<row>
<entry>23.2.2</entry>
@@ -1396,11 +1394,10 @@ particular release.
<entry/>
</row>
<row>
- <?dbhtml bgcolor="#B0B0B0" ?>
<entry>23.3.5</entry>
<entry>Class template <code>list</code></entry>
- <entry>Partial</entry>
- <entry>Incomplete allocator support.</entry>
+ <entry>Y</entry>
+ <entry/>
</row>
<row>
<entry>23.3.6</entry>
@@ -2349,8 +2346,7 @@ particular release.
<entry>30.4.1.3</entry>
<entry>Timed mutex types</entry>
<entry/>
- <entry>On POSIX sytems these types are only defined if the OS
- supports the POSIX Timeouts option. </entry>
+ <entry/>
</row>
<row>
<entry>30.4.1.3.1</entry>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-10-10 18:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-10 18:39 [PATCH] Correct C++11 implementation status docs Jonathan Wakely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).