[Issue 19412] std.algorithm.cmp with default ordering can use memcmp for all size 1 unsigned types (instead of just char)
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Fri Apr 12 17:30:09 UTC 2019
    
    
  
https://issues.dlang.org/show_bug.cgi?id=19412
Dlang Bot <dlang-bot at dlang.rocks> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
--- Comment #4 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/phobos pull request #6776 "std.algorithm.cmp with default ordering can
use memcmp for all size 1 unsigned types (instead of just char)" was merged
into master:
- 7bfb20737647948d16dcf3a7e16796da89f229cb by Nathan Sashihara:
  Fix Issue 19412 - std.algorithm.cmp with default ordering can use memcmp for
all size 1 unsigned types
  ... instead of just char.
https://github.com/dlang/phobos/pull/6776
--
    
    
More information about the Digitalmars-d-bugs
mailing list