http://d.puremagic.com/issues/show_bug.cgi?id=3012
Summary: string.format is broken
Product: D
Version: 2.028
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
testd:
import std.string;
void main()
{
string s= string.format("abc","abc");
}
TypeExp::toElem()
testd.d(5): Error: type immutable(char)[] is not an expression
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------