[v3] correction to C++11 status table

Jonathan Wakely jwakely.gcc@gmail.com
Sun Aug 26 00:18:00 GMT 2012


On 23 August 2012 09:38, Jonathan Wakely wrote:
>         PR libstdc++/54354
>         * doc/xml/manual/status_cxx2011.xml: Note missing manipulators.
>         * doc/html/*: Regenerate.
>
> Committed to trunk.

I forgot to attach the patch, here it is.
-------------- next part --------------
diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
index adef5ae..3c99a7c 100644
--- a/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
+++ b/libstdc++-v3/doc/xml/manual/status_cxx2011.xml
@@ -2151,7 +2151,10 @@ particular release.
       <entry>27.7</entry>
       <entry>Formatting and manipulators</entry>
       <entry>Partial</entry>
-      <entry>Missing move and swap operations</entry>
+      <entry>
+        Missing move and swap operations
+        Missing <code>get_time</code> and <code>put_time</code> manipulators.
+      </entry>
     </row>
     <row>
       <?dbhtml bgcolor="#B0B0B0" ?>


More information about the Gcc-patches mailing list