[Issue 18541] comparison `==` of two typeid() should always be rewritten as a "is"

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Mar 1 12:35:08 UTC 2018


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

--- Comment #5 from Steven Schveighoffer <schveiguy at yahoo.com> ---
Note that == will shortcut and return true if the two instances are the same
object.

--


More information about the Digitalmars-d-bugs mailing list