[EMAIL PROTECTED] writes:

> The following source code extract 

Is incomplete. In the future, please post a *complete* compilable
test case.

> template <class T>
> FAII::ArrayDataType<T>::~ArrayDataType()
> {
>   ArrayVector::const_iterator itr;

Should be:

    typename ArrayVector::const_iterator itr;

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

Reply via email to