2014-01-29 Gavin Lambert <gavinl@compacsort.com>
On 29/01/2014 15:38, Quoth John M. Dlugosz:

When I try to inspect, say, a flat_vector (or anything built on top of
it like a flat_map) I can't see the elements in the Watch display.  Is
there some way to teach VS about that?  I seem to remember a long time
ago having VS skip things like shared_ptr dereference when stepping
through.

 
For VS2012 or 2013 I suggest: https://cppvisualizers.codeplex.com/ 

It supports many boost libs (container incnluded) and few more.

In fact it should probably go to boost docs.