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
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gplusplus
