2011-05-03  Jonathan Wakely  <jwakely....@gmail.com>

        PR libstdc++/48848
        * doc/xml/manual/status_cxx200x.xml: Update valarray status.
        * doc/html/*: Regenerate.

A small tweak to the C++0x status table, as pointed out in PR 48848

Tested with 'make doc-xml-validate-docbook' and 'make doc-html' on
x86_64-linux, committed to trunk.
Index: doc/xml/manual/status_cxx200x.xml
===================================================================
--- doc/xml/manual/status_cxx200x.xml   (revision 173271)
+++ doc/xml/manual/status_cxx200x.xml   (working copy)
@@ -1960,10 +1960,11 @@
       <entry/>
     </row>
     <row>
+      <?dbhtml bgcolor="#B0B0B0" ?>
       <entry>26.6.2</entry>
       <entry>Class template <code>valarray</code></entry>
-      <entry>Y</entry>
-      <entry/>
+      <entry>Partial</entry>
+      <entry>Missing move and swap operations</entry>
     </row>
     <row>
       <entry>26.6.3</entry>
@@ -2008,10 +2009,9 @@
       <entry/>
     </row>
     <row>
-      <?dbhtml bgcolor="#C8B0B0" ?>
       <entry>26.6.10</entry>
       <entry><code>valarray</code> range access</entry>
-      <entry>N</entry>
+      <entry>Y</entry>
       <entry/>
     </row>
     <row>

Reply via email to