[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 14:47:59 UTC 2020
    
    
  
https://issues.dlang.org/show_bug.cgi?id=21201
Dlang Bot <dlang-bot at dlang.rocks> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/phobos pull request #7607 "Fix Issue 21201 - let std.uuid.parseUUID
accept input ranges whose elements are char or wchar, not just dchar" was
merged into master:
- ef33b5352fc1ab551def7f342906b78b769c7bd0 by Nathan Sashihara:
  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