#include <vector>
#include <string>
void A() {
std::vector<std::string> the_vector;
for each( std::string row in the_vector ) {
// do something
}
}
For me "row" variable is colored as type/class but must be colored as variable.
VS2005. C++. VAX 1525.