https://d.puremagic.com/issues/show_bug.cgi?id=11617
Summary: std.uni.normalize doesn't compile
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: blocker
Priority: P2
Component: Phobos
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Jacob Carlborg <[email protected]> 2013-11-27 07:19:54 PST ---
The following code:
import std.uni;
void main()
{
auto s = "foo".normalize;
}
Results in this compile error:
std/uni.d(6303): Error: undefined identifier tuple
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------