[Issue 19412] std.algorithm.cmp with default ordering can use memcmp for all big-endian or size 1 unsigned types (instead of just char)
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sat Mar  9 00:38:42 UTC 2019
    
    
  
https://issues.dlang.org/show_bug.cgi?id=19412
Dlang Bot <dlang-bot at dlang.rocks> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
@n8sh updated dlang/phobos pull request #6776 "std.algorithm.cmp with default
ordering can use memcmp for all big-endian or size 1 unsigned types (instead of
just char)" fixing this issue:
- Fix Issue 19412 - std.algorithm.cmp with default ordering can use memcmp for
all big-endian or size 1 unsigned types
  ... instead of just char.
https://github.com/dlang/phobos/pull/6776
--
    
    
More information about the Digitalmars-d-bugs
mailing list