http://d.puremagic.com/issues/show_bug.cgi?id=7874
Don <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Summary|[CTFE] CTFE internal error: |[CTFE] internal error: |unsupported assignment |unsupported assignment (x | |OP= y) = z --- Comment #1 from Don <[email protected]> 2012-04-17 01:43:48 PDT --- Applies to many forms of op= assignment, including some cases of ref assignment. Eg. int foo(int[] x){ auto b = (x~=x)=[1,2,3]; return 3; } enum bar = foo([7,5]); -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
