[Issue 7151] [CTFE] cannot compare classes with ==

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Feb 5 16:03:37 PST 2015


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

--- Comment #3 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/8a3ea8160d940dc22916cbd3e18e5eb19ece8b28
mostly fix Issue 7151 - [CTFE] cannot compare classes with ==

Essentially, copy the implementation of opEquals into object.di.
Comparison of TypeInfo objects still doesn't work. Seems to be a dmd
issue.

https://github.com/D-Programming-Language/druntime/commit/8c13443c436a453e01c6319f74e2e6d54f44a547
Merge pull request #916 from NilsBossung/7151

mostly fix Issue 7151 - [CTFE] cannot compare classes with ==

--


More information about the Digitalmars-d-bugs mailing list