On Sat, 2 Apr 2016, Gerald Pfeifer wrote:
> Index: gcc.css
> ===
:
> +/* C++ status tables. */
> +table.cxxstatus th, td { border: 1px solid gray; }
Intuition is not always a good guide. The above applied this
style to all elements.
On Tue, 5 Apr 2016, Jason Merrill wrote:
>> href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2118.html";>N2118
>> GCC
>> 4.3
>> __cpp_rvalue_references >= 200610
>> +
>>
>
> This doesn't seem to have been needed; now when I look at the page I see
> an e
Thanks a lot! One thing:
On 04/02/2016 06:19 AM, Gerald Pfeifer wrote:
@@ -390,6 +389,7 @@
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2006/n2118.html";>N2118
GCC
4.3
__cpp_rvalue_references >= 200610
+
Rvalue references for
*this
Jason pointed out that https://gcc.gnu.org/projects/cxx-status.html
looks as if it ignored all the CSS on that page, whereas things look
fine on his local system.
This is another victim of the strict Content Security Policy someone
put in place earlier this year, and luckily one of the last instan