My program includes OpenCV headers. As a result, Visual Studio resolves a simple std::vector<int> as this:
How can I force Visual Studio to ignore typedefs when detecting the type of a variable?
My program includes OpenCV headers. As a result, Visual Studio resolves a simple std::vector<int> as this:
How can I force Visual Studio to ignore typedefs when detecting the type of a variable?
