[Issue 9047] New: Bad error message with power ^^ operator
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Nov 19 14:43:54 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=9047
Summary: Bad error message with power ^^ operator
Product: D
Version: D2
Platform: x86
OS/Version: Windows
Status: NEW
Keywords: diagnostic
Severity: minor
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: bearophile_hugs at eml.cc
--- Comment #0 from bearophile_hugs at eml.cc 2012-11-19 14:43:53 PST ---
void main() {
import std.math;
auto f = (double a, double b) => a ^^ b;
}
DMD 2.061alpha gives:
test.d(3): Error: undefined identifier 'std'
--
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