![]() |
От: |
rg45
|
|
Дата: | 14.03.06 14:32 | ||
Оценка: | 1 (1) |
> template< template<class T> void(*)(int), class T1 = vector<T> >
> class Test2
> {
> typename T1::iterator it;
> };
>
14.3.3 Template template arguments
1 A templateargument
for a template templateparameter
shall be the name of a class template, expressed as
idexpression.
Only primary class templates are considered when matching the template template argument
with the corresponding parameter; partial specializations are not considered even if their parameter lists
match that of the template template parameter.