August 26, 2014
https://issues.dlang.org/show_bug.cgi?id=9047

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #11 from Kenji Hara <k.hara.pg@gmail.com> ---
Froom 2.065, dmd implicitly imports std.math module in order to resolve PowExpression. So the issue does not occur anymore.

--