[Issue 671] Class initialization should not call opAssign
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jan 21 11:16:11 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=671
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|spec |
Summary|Weird class reference |Class initialization should
|declaration compiles |not call opAssign
--- Comment #5 from Walter Bright <bugzilla at digitalmars.com> 2012-01-21 11:16:06 PST ---
Stewart's right. This is construction, not assignment, and opAssign should not
be called. Compiler bug, not spec problem.
--
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