[Issue 8848] Array literals and AA literals are rejected as template value parameters
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Oct 18 02:56:19 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8848
bearophile_hugs at eml.cc changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bearophile_hugs at eml.cc
--- Comment #1 from bearophile_hugs at eml.cc 2012-10-18 02:56:16 PDT ---
(In reply to comment #0)
> The template spec says that they are valid (both D1 and D2),
So are associative arrays accepted, but simple arrays aren't?
template Foo(int[] X) {}
template Bar(int[5] X) {}
void main() {}
==>
test.d(1): Error: arithmetic/string type expected for value-parameter, not
int[]
test.d(2): Error: arithmetic/string type expected for value-parameter, not
int[5u]
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list