[Issue 12197] 'invalid array operation' errror message with valid array operation

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Feb 20 04:42:54 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=12197



--- Comment #3 from github-bugzilla at puremagic.com 2014-02-20 04:42:41 PST ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/0ccbc134da6c44b3ae922992d911d8a9dfdaa3c3
fix Issue 12197 - 'invalid array operation' errror message with valid array
operation

Make explicit importing std.math unnecessary for pow expressions.

Currently front-end does not enforce std.math module existence. Therefore,
there's not also necessity to explicitly import std.math in user code.
.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list