Alexey B
December 6th, 2003, 01:35 PM
good day
I have VS.NET2003. By default, the debugger shows the size of all containers except std::vector, for which it shows only _Myfirst and _Mylast. I would like it to show the size of vector, but neither "std::vector<*>=<size()>" nor "std::vector<*>=<_Mylast-_Myfirst>" works. Does anyone have a solution?
thank you
I have VS.NET2003. By default, the debugger shows the size of all containers except std::vector, for which it shows only _Myfirst and _Mylast. I would like it to show the size of vector, but neither "std::vector<*>=<size()>" nor "std::vector<*>=<_Mylast-_Myfirst>" works. Does anyone have a solution?
thank you