VS1023 VA 2023 For small test project it is works ok, but for 'real big'... when i start first time VS it works for a moment, after ~5 times it stop and error return. I try restart VS, rebuild VA symbol databases, even restart windows, problem still exists.
See this ( small project where it working ):
1. typedef vector< int > tVecInt; 2. using uVecInt = vector< int >; 3. class CTest 4. { 5. typedef vector< int > tVecInt; 6. using uVecInt = vector< int >; 7. };
use 'Find Reference' on: in: 1. on tVecInt out: 1. in: 5. on tVecInt out: 5. in: 2. on uVecInt out: 2. and 6. ( not only 2. ) in: 6. on uVecInt out: 2. and 6. ( not only 6. )