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!

Reply via email to