← Back to index
|
Original Bugzilla link
Bug 11617 – std.uni.normalize doesn't compile
Status
RESOLVED
Resolution
FIXED
Severity
blocker
Priority
P2
Component
phobos
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-11-27T07:19:00Z
Last change time
2013-11-27T07:55:16Z
Assigned to
nobody
Creator
doob
Comments
Comment #0
by doob — 2013-11-27T07:19:54Z
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
Comment #1
by doob — 2013-11-27T07:30:46Z
https://github.com/D-Programming-Language/phobos/pull/1729
Comment #2
by monarchdodra — 2013-11-27T07:46:34Z
(In reply to comment #1) >
https://github.com/D-Programming-Language/phobos/pull/1729
And
https://github.com/D-Programming-Language/phobos/pull/1728
Comment #3
by doob — 2013-11-27T07:55:16Z
Fixed in
https://github.com/D-Programming-Language/phobos/commit/27176f5ca70e6d49fc4974fe09227e39d833c1b2