[Issue 8561] Make xtoString detection just as tolerant as xopEquals, xopCmp and xtoHash detection

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jul 9 08:17:06 PDT 2014


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

Kenji Hara <k.hara.pg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Make xtoString, xopCmp and  |Make xtoString detection
                   |xtoHash detection just as   |just as tolerant as
                   |tolerant as xopEquals       |xopEquals, xopCmp and
                   |detection                   |xtoHash detection

--- Comment #3 from Kenji Hara <k.hara.pg at gmail.com> ---
Unlike xopEquals, xopCmp and xtoHash, I think that generating xtoString for
every types is not so valuable.

--


More information about the Digitalmars-d-bugs mailing list