Hi all,

I have defined this pair of templates :
template<class T>
inline
CArchive& AFXAPI operator >>(CArchive& ar, T& t)
{
...
}

template<class T>
CArchive& AFXAPI operator >>(CArchive& ar, <B>std::vector<T></B>& v)
{
...
}