Re: Operators overloading in D2

2010-04-27 Thread bearophile
Dan: > are opAdd, opNeg, opAddAssign etc going to be deprecated? Yes, we can't keep two different ways, one is already complex enough. Bye, bearophile

Re: Operators overloading in D2

2010-04-27 Thread Steven Schveighoffer
On Mon, 26 Apr 2010 18:07:22 -0400, Dan wrote: Thanks guys, it's more clear now. Just another question: are opAdd, opNeg, opAddAssign etc going to be deprecated? The reason is very very stupid: If I use them the documentation output is much more readable :) This is an issue brought up dur

Re: help starting

2010-04-27 Thread bearophile
Michel Fortin: >I don't think this is anything to worry about: those things happens all the >time when you're using libraries from different sources.< Thank you for your answer. A little community of people writing for the same nearly unknown language two different standard libraries that share

Re: help starting

2010-04-27 Thread bearophile
Please ignore this, it's a post mistake (from webnews).