Questions about syntax decisions

F. Almeida cpp.tutoring at gmail.com
Wed May 19 02:26:55 PDT 2010


I see. The templated implementation is a big improvement. If the
intention was to prevent people to turn "+" into concatenation for
example, I'm afraid anybody really keen on doing so would still overload
opAdd.
As a side note, C++0x is going to add a new suffix operator to C++. This
operator would be useful in its own right. Are there any plans to add a
new opSuffix!("s") operator in D?


More information about the Digitalmars-d-learn mailing list