https://issues.dlang.org/show_bug.cgi?id=21201
Dlang Bot <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Dlang Bot <[email protected]> --- @n8sh created dlang/phobos pull request #7607 "Fix Issue 21201 - let std.uuid.parseUUID accept input ranges whose elements are char or wchar, not just dchar" fixing this issue: - Fix Issue 21201 - let std.uuid.parseUUID accept input ranges whose elements are char or wchar, not just dchar All characters of interest to std.uuid.parseUUID are ASCII so there is no reason it cannot work on a range of chars or wchars. https://github.com/dlang/phobos/pull/7607 --
