This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [patch] Update C++11 status in libstdc++ docs
- 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: Sun, 18 Jan 2015 15:49:13 +0000
- Subject: Re: [patch] Update C++11 status in libstdc++ docs
- Authentication-results: sourceware.org; auth=none
- References: <20150117032519 dot GQ3360 at redhat dot com>
I have no idea why the C++11 status table says we're missing offsetof,
so I've removed that remark with this patch.
Committed to trunk.
commit c0783cfb57885eb5bd10bc52184872c5fae1a709
Author: Jonathan Wakely <jwakely@redhat.com>
Date: Sun Jan 18 15:46:23 2015 +0000
* doc/xml/manual/status_cxx2011.xml: Remove note about offsetof.
* doc/html/manual/status.html: Regenerate.
diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
index f1c9639..76387c7 100644
--- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
+++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
@@ -75,11 +75,10 @@ particular release.
<entry/>
</row>
<row>
- <?dbhtml bgcolor="#B0B0B0" ?>
<entry>18.2</entry>
<entry>Types</entry>
- <entry>Partial</entry>
- <entry>Missing offsetof</entry>
+ <entry>Y</entry>
+ <entry/>
</row>
<row>
<entry>18.3</entry>