auto -> auto & var

Kramer Kramer_member at pathlink.com
Fri Mar 10 14:20:25 PST 2006


In article <dussar$2ihn$1 at digitaldaemon.com>, Nils Hensel says...
>
>Kramer schrieb:
>> I don't know if anyone else agrees, but I wouldn't mind seeing auto's uses
>> properly split:
>> 
>> var -> type inference
>> auto -> RAII
>
>Certainly gets my vote.
>
>Nils


Or another alternative to minimize disruption for current auto use for type
inference:

auto -> type inference
local -> RAII (I think I've seen this proposed before for RAII as well before)





More information about the Digitalmars-d mailing list