[Issue 5984] add new keywords obj_const and obj_immutable to make it possible to declare mutable reference variables referencing const or immutable class instances

2011-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5984 --- Comment #4 from Christopher the Magnificent 2011-05-13 15:29:16 PDT --- Okay, thanks for bringing me up to speed with the existing "const(Object) ref" stuff. Here's my thought. The const(Object) ref syntax, while getting the job done, is

[Issue 5984] add new keywords obj_const and obj_immutable to make it possible to declare mutable reference variables referencing const or immutable class instances

2011-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5984 --- Comment #3 from kenn...@gmail.com 2011-05-13 11:43:14 PDT --- (In reply to comment #2) > Where do I find the "const(Object) ref" syntax described? I've never run > across it in the D Language Reference. Point me to some info about this > p

[Issue 5984] add new keywords obj_const and obj_immutable to make it possible to declare mutable reference variables referencing const or immutable class instances

2011-05-13 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5984 --- Comment #2 from Christopher the Magnificent 2011-05-13 10:09:30 PDT --- Where do I find the "const(Object) ref" syntax described? I've never run across it in the D Language Reference. Point me to some info about this particular syntax an

[Issue 5984] add new keywords obj_const and obj_immutable to make it possible to declare mutable reference variables referencing const or immutable class instances

2011-05-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5984 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com --- Comment #1 fr