[Issue 7313] the result of a 'new' expression should implicitly cast to (im)mutable

2017-08-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7313 ag0ae...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7313] the result of a 'new' expression should implicitly cast to (im)mutable

2012-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7313 --- Comment #2 from timon.g...@gmx.ch 2012-01-18 14:28:35 PST --- It works with any type that has a pure constructor where all (unscoped) constructor arguments convert to the respective qualifier. -- Configure issuemail: http://d.puremagic.com

[Issue 7313] the result of a 'new' expression should implicitly cast to (im)mutable

2012-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7313 Jonathan M Davis changed: What|Removed |Added CC||jmdavisp...@gmx.com Platfo