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?
- Questions about syntax decisions F. Almeida
- Re: Questions about syntax decisions Simen kjaeraas
- Re: Questions about syntax decisions F. Almeida
- Re: Questions about syntax decisions bearophile
- Re: Questions about syntax decisions Bill Baxter