On 5/9/2016 2:32 PM, Andrej Mitrovic via Digitalmars-d-announce wrote:
On 5/9/16, Stefan Koch via Digitalmars-d-announce <[email protected]> wrote:I was shocked to discover that the PowExpression actually depends on phobos!I seem to remember having to implement diagnostics in DMD asking for the user to import std.math. I'm fairly confident it had something to do with power expressions. Yah, it's a mess. :)
The pow stuff should just be done in dmd without reference to the library.
