DMD 0.149 release

Sean Kelly sean at f4.ca
Tue Mar 7 15:41:28 PST 2006


Walter Bright wrote:
> Changed on_scope keywords per the general consensus of the n.g.
> 
> The implicit function template instantiation is a bit limited at the moment, 
> deduction won't work for types derived from templates, and the mechanism to 
> pick the most specialized template doesn't work.

Could you clarify this:

"& | ^ &= |= ^= ! && || ?: are now only operators allowed on bools"

Did you mean "are now _the_ only operators allowed on bools?"  I can't 
imagine that bitwise operations would be disallowed on integers.

As for ITI... I've already got some overloaded functions written that 
haven been waiting on this, so I'll let you know how it goes.


Sean



More information about the Digitalmars-d-announce mailing list