dmd 1.053 and 2.037 release

Ary Borenszweig ary at esperanto.org.ar
Sat Dec 5 08:09:01 PST 2009


bearophile wrote:
> 5 ^^ 2 doesn't work yet, I guess it's not implemented yet.
> But what do I have to import from math to use 5.2 ^^ 2 ?
> Anyway, the need to explicitly import something to use a built-in operator like ^^ looks like a bad idea.

A very bad idea indeed! The idea is to save keystrokes...

Can't "import std.math : pow;" be added to the current module when this 
is needed?


More information about the Digitalmars-d-announce mailing list