[Issue 13489] Boolean semantics of floating point types should use "<> 0"

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Sep 25 21:27:51 PDT 2014


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

yebblies <yebblies at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yebblies at gmail.com

--- Comment #7 from yebblies <yebblies at gmail.com> ---
(In reply to Walter Bright from comment #2)
> Having cast(bool)d rewritten to be d<>0 is also problematic as Don Clugston
> is a vocal advocate of having the <> operator removed from D.

This is not problematic, the compiler using it internally does not mean it has
to be exposed to the user.

--


More information about the Digitalmars-d-bugs mailing list