[Issue 1319] compiler crashes with functions that take const ref arguments
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Nov 29 15:30:46 PST 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1319
------- Comment #7 from wbaxter at gmail.com 2007-11-29 17:30 -------
Agreed. This is a big deal. My code has lots of structs being passed around
by ref for efficiency that really should be "const ref". The fact that it's
been reported 4 times by different people should also be a big clue. Here's
hoping for a fix in 2.009. I don't see myself moving over to D2.x until this
one is fixed because I've got too much code that should be "const ref" that
I'll just have to go back over again when const ref finally works.
--
More information about the Digitalmars-d-bugs
mailing list