[Issue 3832] New: ^^0.5 with no imports

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Feb 18 12:55:45 PST 2010


http://d.puremagic.com/issues/show_bug.cgi?id=3832

           Summary: ^^0.5 with no imports
           Product: D
           Version: 2.040
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: bearophile_hugs at eml.cc


--- Comment #0 from bearophile_hugs at eml.cc 2010-02-18 12:55:44 PST ---
This doesn't compile and produces many complex error messages, the compiler
can't find std.math.sqrt:

void main() {
    double x = 5 ^^ 0.5;
}

-- 
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