[Issue 21201] let std.uuid.parseUUID accept input ranges whose elements are char or wchar, not just dchar

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Aug 27 11:47:53 UTC 2020


https://issues.dlang.org/show_bug.cgi?id=21201

Dlang Bot <dlang-bot at dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@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

--


More information about the Digitalmars-d-bugs mailing list