DIP19: Remove comma operator from D and provision better syntactic support for tuples

deadalnix deadalnix at gmail.com
Tue Sep 25 07:00:07 PDT 2012


Le 25/09/2012 13:42, Jacob Carlborg a écrit :
> On 2012-09-25 12:05, deadalnix wrote:
>
>> It can get pretty confusing with , separated declarations :
>>
>> int a, b = 3;
>
> I wouldn't complain if that became illegal.
>

Nor me (it was already confusing and confusable with comma expressions), 
but a hell lot of code rely on comma declarations.


More information about the Digitalmars-d mailing list