help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Template Defintitions


From: Paul Pluzhnikov
Subject: Re: Template Defintitions
Date: Mon, 09 Oct 2006 09:16:40 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux)

mrobinson@virtc.com 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]