VS2003.NET - Using things like std::ios_base::iostate& in custom extractors and inserters, I see VAX resolving the definition of it to class _CRTIMP2 ios_base : public _Iosb<int> {...}
in the definition bar, but the tooltip shows me class 2 ios_base : public _Iosb<int> {...}
Wherever the _CRTIMP2 is used in the crt, VAX reduces it to 2 in tooltips.