https://issues.dlang.org/show_bug.cgi?id=13489

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #12 from [email protected] ---
(In reply to Don from comment #11)
> But I am certain that the current behaviour, that assert(NaN) passes, is
> wrong.

Agreed. It was my understanding anyways that anything that operates on NaN
produces "false" anyways.

I'd expect *both*:
assert( NaN);
assert(!NaN;

to fail, actually, since the fist one is "Are you non 0? No" and the second is
"Are you 0? No."

--

Reply via email to