[Issue 5291] ref parameter and const/immutable == hole in const system

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5291 yebblies yebbl...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5291] ref parameter and const/immutable == hole in const system

2010-11-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5291 nfx...@gmail.com changed: What|Removed |Added CC||nfx...@gmail.com --- Comment #3

[Issue 5291] ref parameter and const/immutable == hole in const system

2010-11-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5291 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 5291] ref parameter and const/immutable == hole in const system

2010-11-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5291 --- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com 2010-11-29 18:30:13 PST --- (In reply to comment #1) immutable bug example: bug.d: void bar( ref int n ) { n++; } void main( string[] args ) { immutable