This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [wwwdocs] [1/3] projects/cxx-status.html -- introduce global CSS for tables


On Tue, 5 Apr 2016, Jason Merrill wrote:
>> href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2118.html";>N2118</a></td>
>>         <td style="text-align:center;"><a href="../gcc-4.3/changes.html">GCC 4.3</a></td>
>>         <td>__cpp_rvalue_references >= 200610</td>
>> +      <td></td>
>>       </tr>
> 
> This doesn't seem to have been needed; now when I look at the page I see 
> an extra tiny cell at the end of this row.

You are right, Jason.  There was one instance, where I had to add
an empty cell.  This was not it, and must have sneaked in somehow.

Good catch! Fixed thusly.

Gerald

Index: projects/cxx-status.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx-status.html,v
retrieving revision 1.7
diff -u -r1.7 cxx-status.html
--- projects/cxx-status.html	4 Apr 2016 04:50:05 -0000	1.7
+++ projects/cxx-status.html	5 Apr 2016 15:35:57 -0000
@@ -380,7 +380,6 @@
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2118.html";>N2118</a></td>
       <td><a href="../gcc-4.3/changes.html">GCC 4.3</a></td>
       <td>__cpp_rvalue_references >= 200610</td>
-      <td></td>
     </tr>
     <tr>
       <td>&nbsp;&nbsp;&nbsp;&nbsp;Rvalue references for <code>*this</code></td>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]