And a small correction. On 13 August 2015 at 10:24, Jonathan Wakely <jwakely.gcc@xxxxxxxxx> wrote: > Here's the patch for the rest of the C++17 support. > > On 13 August 2015 at 09:58, Jonathan Wakely <jwakely.gcc@xxxxxxxxx> 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.
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 >= 201411</td> </tr> <tr>