Hi,
I started using multi-index container, everything works fine, but I have hard time when debugging my code with Visual Studio 2005.
The problem is I can't see the contents of the container when point my mouse to the container variable i.e I am seeing bunch of information that needs to be expanded, but can't see the actual elements in the container, for example like I can with std::vector.
Is there some way to do this ? thanks