[Issue 11617] New: std.uni.normalize doesn't compile
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Nov 27 07:19:55 PST 2013
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: nobody at puremagic.com
ReportedBy: doob at me.com
--- Comment #0 from Jacob Carlborg <doob at me.com> 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: -------
More information about the Digitalmars-d-bugs
mailing list