http://d.puremagic.com/issues/show_bug.cgi?id=5615
Summary: std.string.indexOf broken at compile time
Product: D
Version: D2
Platform: Other
OS/Version: Windows
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Stephan Dilly <[email protected]> 2011-02-19 15:03:49 PST
---
This is a regression. The code used to work in dmd2.051:
import std.string:indexOf;
static assert(indexOf("foobar","foo")==0);
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------