r366628 - We support P1301R4 in C++2a as of r366626.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 20 01:53:50 PDT 2019


On Sat, 20 Jul 2019 at 10:24, Aaron Ballman via cfe-commits <
cfe-commits at lists.llvm.org> wrote:

> Author: aaronballman
> Date: Sat Jul 20 01:24:56 2019
> New Revision: 366628
>
> URL: http://llvm.org/viewvc/llvm-project?rev=366628&view=rev
> Log:
> We support P1301R4 in C++2a as of r366626.
>
> Modified:
>     cfe/trunk/www/cxx_status.html
>
> Modified: cfe/trunk/www/cxx_status.html
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=366628&r1=366627&r2=366628&view=diff
>
> ==============================================================================
> --- cfe/trunk/www/cxx_status.html (original)
> +++ cfe/trunk/www/cxx_status.html Sat Jul 20 01:24:56 2019
> @@ -1108,7 +1108,7 @@ as the draft C++2a standard evolves.
>      <tr>
>        <td><tt>[[nodiscard("with reason")]]</tt></td>
>        <td><a href="http://wg21.link/p1301r4">P1301R4</a></td>
> -      <td class="none" align="center">No</td>
> +      <td class="full" align="center">Yes</td>
>

Please mark this as SVN (class="svn"), not as Yes, because we have not
always done this.


>      </tr>
>      <tr>
>        <td><tt>using enum</tt></td>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190720/a5243342/attachment.html>


More information about the cfe-commits mailing list