[Issue 6427] Templated ctor cannot set immutable member variables

2011-08-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6427 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6427] Templated ctor cannot set immutable member variables

2011-08-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6427 --- Comment #2 from Jonathan M Davis 2011-08-02 12:45:15 PDT --- Okay. It looks like immutable constructors only apply to when the struct or class itself that you're constructing is immutable. So, this should definitely compile. And it does on

[Issue 6427] Templated ctor cannot set immutable member variables

2011-08-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6427 Jonathan M Davis changed: What|Removed |Added CC||jmdavisp...@gmx.com --- Comment #1