[Issue 9665] Structure constant members can not be initialized if have opAssign

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Mar 9 18:27:30 PST 2013


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


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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |major


--- Comment #11 from Kenji Hara <k.hara.pg at gmail.com> 2013-03-09 18:27:27 PST ---
(In reply to comment #9)

Thanks for your nice reply! I have recalled description written in TDPL.

> Kenji, I recall we discussed this design in the context of const and immutable
> constructors, and you were favorable to it. How about we extend the same design
> for initializing qualified members in all contexts?

I think it is possible.

Now I completely understood. We should need some control flow analysis that is
similar to calling super() for the process of initializing object field.

(In reply to comment #10)
> Assigned to Kenji :o).

I have received your request!

-- 
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