help-gplusplus
[Top][All Lists]
Advanced

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

simple template compiling problem


From: Mikel Astiz
Subject: simple template compiling problem
Date: Mon, 18 Jul 2005 11:14:16 +0200

    I'm sure it must be a compiler-configuration issue but, why can't I 
compile this?

template <typename T>
class CAutoVector : public std::vector<T>
{
      iterator it;
};


    I works fine with the Microsoft's compiler. Thanks,
        Mikel




reply via email to

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