September 06, 2013 Array cann't be used as value of AA? | ||||
---|---|---|---|---|
| ||||
code below can compiles with dmd but fail to run(segfault) without -g. alias Array!int A; A[int] m; m[0] = make!A; I reported a bug at http://d.puremagic.com/issues/show_bug.cgi?id=10970 |
Copyright © 1999-2021 by the D Language Foundation