29 Jan
2014
29 Jan
'14
9:33 a.m.
2014-01-29 Gavin Lambert
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.