[ ArgumentList ] vs. @( ArgumentList )

Simen Kjaeraas simen.kjaras at gmail.com
Fri Nov 9 06:47:05 PST 2012


On 2012-11-09, 15:26, deadalnix wrote:

> Le 08/11/2012 01:14, Andrej Mitrovic a écrit :
>> On 11/8/12, David Nadlinger<see at klickverbot.at>  wrote:
>>> On Thursday, 8 November 2012 at 00:03:34 UTC, Andrei Alexandrescu
>>> wrote:
>>> "nothrow" isn't actually an @attribute. So much for the value of
>>> consistency… :o)
>>
>> Another classic inconsistency:
>> @disable and deprecated
>>
>> Not only that but I keep writing the former as @disabled and get CT  
>> errors.
>
> Good new for you, with the given proposal, you'll be able to do
>
>
> alias deprecate deprecated;

Or even:

alias deprecated = deprecate;

-- 
Simen


More information about the Digitalmars-d mailing list