std.algorithm.sort error with default predicate

H. S. Teoh via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Jul 7 13:58:55 PDT 2014


On Mon, Jul 07, 2014 at 08:35:53PM +0000, anonymous via Digitalmars-d-learn wrote:
[...]
> Looks like a bad bug:
> 
> void main()
> {
>      uint[] a = [0x22_DF_FF_FF];
>      uint[] b = [0xA2_DF_FF_FF];
>      assert(!(a < b && b < a)); /* fails */
> }

This looks pretty serious. Please file a bug:

	http://issues.dlang.org/


T

-- 
People tell me I'm stubborn, but I refuse to accept it!


More information about the Digitalmars-d-learn mailing list