[Issue 8354] Some missing "import std.math to use ^^ operator" error messages
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Aug 6 06:33:48 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8354
--- Comment #2 from github-bugzilla at puremagic.com 2012-08-06 06:33:44 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/46610791735d157bd7558ddf34fbd0d875367452
Fix issue 8354 - Some missing "import std.math to use ^^ operator" error
messages
This patch fixes a wrong error message of multiple power expressions without
'import std.math'.
This patch does not fix 'import std.math: pow;' issue, because
'^^' spec is a another problem.
https://github.com/D-Programming-Language/dmd/commit/cef1bbfdcd9282934ff6f1b07617254753334799
Merge pull request #1048 from repeatedly/issue8354
Fix issue 8354 - Some missing "import std.math to use ^^ operator" error...
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list