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


_______________________________________________
Help-gplusplus mailing list
Help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to