]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix markup in C++20 status table
authorJonathan Wakely <jwakely@redhat.com>
Thu, 15 Oct 2020 18:24:01 +0000 (19:24 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Thu, 15 Oct 2020 18:24:01 +0000 (19:24 +0100)
* doc/xml/manual/status_cxx2020.xml: Remove red background for
completed feature.
* doc/html/manual/status.html: Regenerate.

libstdc++-v3/doc/html/manual/status.html
libstdc++-v3/doc/xml/manual/status_cxx2020.xml

index a16fddd613601ef44d646ed3d2ad124239e348f9..7b55606f9a32daa5e5021bca4c9f72e5970450a1 100644 (file)
@@ -1417,7 +1417,7 @@ or any notes about the implementation.
       </td><td align="center"> </td><td align="left"> </td></tr><tr><td align="left">  <code class="code">fpos</code> Requirements </td><td align="left">
         <a class="link" href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0759r1.html" target="_top">
         P0759R1 </a>
-      </td><td align="center"> — </td><td align="left"> </td></tr><tr bgcolor="#C8B0B0"><td align="left">  Add <code class="code">shift</code> to <code class="code">&lt;algorithm&gt;</code> </td><td align="left">
+      </td><td align="center"> — </td><td align="left"> </td></tr><tr><td align="left">  Add <code class="code">shift</code> to <code class="code">&lt;algorithm&gt;</code> </td><td align="left">
         <a class="link" href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0769r2.pdf" target="_top">
         P0769R2 </a>
       </td><td align="center"> 10.1 </td><td align="left"> <code class="code">__cpp_lib_shift &gt;= 201806L</code> </td></tr><tr bgcolor="#C8B0B0"><td align="left">  Standard Library Specification in a Concepts and Contracts World </td><td align="left">
index ade77cbb80b9cdf1f5ed4f83fcf619fb30e2ad8f..1ae177113cb4f51cfe1c2e4f68251cff0956f71a 100644 (file)
@@ -1087,7 +1087,6 @@ or any notes about the implementation.
     </row>
 
     <row>
-      <?dbhtml bgcolor="#C8B0B0" ?>
       <entry>  Add <code>shift</code> to <code>&lt;algorithm&gt;</code> </entry>
       <entry>
         <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0769r2.pdf">