// See comment bellow:
#include <vector>
class A
{
public:
int m_int;
void foo();
};
int _tmain(int argc, char* argv[])
{
std::vector<A> vector_a;
vector_a.resize(10);
std::vector<A>::iterator iter = vector_a.begin();
//
// expected visual assist to offer completion here for template
// type, but not getting it.
//
// Instead getting completion for std::vector.
//
iter->no help from visual assist
(*iter).no help from visual assist
return 0;
}
VA_X.dll file version 10.0.1214.0
DevEnv.exe version 7.10.3077.0
msenv.dll version 1.0.5849.1
Microsoft Visual C++ .NET US English 7.1.3088