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



--- Comment #1 from Zhouxuan <[email protected]> 2013-09-05 05:29:12 PDT ---
After some test, the bug is likely to be that, an Array instantiated by
make!(Array!T) WITHOUT ANY ARGUMENT, cannot be used as a value of AA.

following code fail to run:

alias Array!int A;
A[int] m;
m[0] = make!A;

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to