memebogus
Junior Member
USA
23 Posts |
Posted - Nov 10 2004 : 5:21:07 PM
|
I have this example line in a class: vector<wstring> someVector;
When I hit Alt-G in the middle of vector to go look at its implementation, two possibilities come up for the destination. The first is from stdafxva.h, which I imagine is some sort of helper file needed by VA for parsing. Can this implementation detail be supressed? (Or at the very least, make it the last in the resoution list.)
This happens for several std library classes. |
|
feline
Whole Tomato Software
United Kingdom
19015 Posts |
Posted - Nov 11 2004 : 4:54:11 PM
|
interesting. normally i use alt_g on the #include <vector> line when i am feeling curious. the curiosity normally wears off quite fast, since these header files are just a little complicated to read
case=444 |
zen is the art of being at one with the two'ness |
|
|