A few inconsistentcies left
Charlie
noone at nowhere.com
Thu May 25 10:40:18 PDT 2006
1) No operator function opIn(). Everyone loves this operator why not
let us overload it ? Its the only operator we can't overload.
2) auto auto foo = new Class; The current double meaning of auto won't
allow for both a RAII and type-deduced variable declaration. I think
every other language use's 'var' or similar ( var gets my vote, used in
php, javascript, C#-3.0) . The current error is 'redundant storage
class 'auto''.
3) Not really an inconsistency , but I recently ran into this one
_again_ http://www.digitalmars.com/drn-bin/wwwnews?digitalmars.D/36922 .
Thanks for listening,
Charles
More information about the Digitalmars-d
mailing list