[Issue 8434] [Regression 2.058] cannot implicitly convert expression (vs1.opCast()) of type const(Vector2D) to object.Object

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jul 28 14:37:24 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8434



--- Comment #4 from github-bugzilla at puremagic.com 2012-07-28 14:37:19 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/752f94c833bee38444340cff8186c9971388964f
fix Issue 8434 - cannot implicitly convert expression (vs1.opCast()) of type
const(Vector2D) to object.Object

This is a regression of 2.058, by fixing issue 4088.
The equality comparison of class objects should not run opCast.

https://github.com/D-Programming-Language/dmd/commit/f3d5843fcb52600ddc0edcc2b04aa86ce48bfab1
Merge pull request #1068 from 9rnsr/fix8434

Issue 8434 - cannot implicitly convert expression (vs1.opCast()) of type
const(Vector2D) to object.Object

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list