Julian Mensch <[EMAIL PROTECTED]> writes: > template Array<Field,10,5>; /* Map::Fields */
Correct syntax for this is: template class Array<Field,10,5>; > gcc chokes on this code, probably because it's not > truly correct C++ practice The practice is ok, but the syntax is wrong. In the future please post a complete example, not random snippet which needs "fix-up" before the syntax error you get can be observed. Cheers, -- In order to understand recursion you must first understand recursion. Remove /-nsp/ for email. _______________________________________________ help-gplusplus mailing list help-gplusplus@gnu.org http://lists.gnu.org/mailman/listinfo/help-gplusplus