[Issue 1319] compiler crashes with functions that take const ref struct arguments

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jul 26 05:34:00 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1319





------- Comment #1 from regan at netmail.co.nz  2007-07-26 07:33 -------
Same bug I think:

void main() { int delegate(const ref int) dg; const int i; dg(i); }

Found it trying to make opApply work with a const class reference.


-- 



More information about the Digitalmars-d-bugs mailing list