r366628 - We support P1301R4 in C++2a as of r366626.
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 20 01:56:36 PDT 2019
On Sat, Jul 20, 2019 at 4:54 AM Richard Smith <richard at metafoo.co.uk> wrote:
>
> 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.
Oops, my mistake! I've corrected in r366629.
~Aaron
>
>>
>> </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
More information about the cfe-commits
mailing list