diff mbox

[wwwdocs] Re: C++ Concepts available in trunk?

Message ID CAH6eHdSf9ABP8t+Xbe5HrPDk1xRYzerptWtYoo1fiXcOooSL8g@mail.gmail.com
State New
Headers show

Commit Message

Jonathan Wakely Aug. 13, 2015, 2:32 p.m. UTC
And a small correction.


On 13 August 2015 at 10:24, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
> Here's the patch for the rest of the C++17 support.
>
> On 13 August 2015 at 09:58, Jonathan Wakely <jwakely.gcc@gmail.com> wrote:
>> On 12 August 2015 at 23:54, Dijk, J. van wrote:
>>> Thanks for the clarification. I hope the attached patch against current
>>> wwwdocs will be of use (only the name of the feature test macro is missing
>>> in the new file cxx1z.html;  did not manage to find that.)
>>
>> Thanks, I've committed the attached change to the wwwdocs repo.
>>
>> I'll add the other new C++17 features to it later today.
diff mbox

Patch

Index: htdocs/projects/cxx1z.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/projects/cxx1z.html,v
retrieving revision 1.2
diff -u -r1.2 cxx1z.html
--- htdocs/projects/cxx1z.html	13 Aug 2015 09:24:30 -0000	1.2
+++ htdocs/projects/cxx1z.html	13 Aug 2015 14:31:40 -0000
@@ -62,7 +62,7 @@ 
     <tr>
       <td> Folding expressions</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4295.html">N4295</a> </td>
-      <td class="supported" align="center"> 6 </td>
+      <td class="unsupported" align="center"> No </td>
       <td> __cpp_fold_expressions &gt;= 201411</td>
     </tr>
     <tr>