deprecate deprecated?

Kagamin spam at here.lot
Fri Nov 9 10:06:49 PST 2012


On Friday, 9 November 2012 at 08:49:28 UTC, Walter Bright wrote:
> On 11/8/2012 12:13 AM, Don Clugston wrote:
>> That *cannot* fix the problem.
>> The problem is not with the deprecated attribute at all, it's 
>> with the command
>> line switches.
>
> Of interest:
>
> http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3394.html
>
> Looks like another D feature moving into C++!

I'd say, gcc's attribute system is used better than in D.
http://gcc.gnu.org/onlinedocs/gcc-4.7.2/gcc/Function-Attributes.html#Function-Attributes
They use attributes for const, pure, nothrow, dllimport, while D 
uses keywords.


More information about the Digitalmars-d mailing list