
2 May
2006
2 May
'06
7:53 p.m.
----- Original Message -----
From: "John Krajewski"
Anyone know any good tricks to display Boost types in the watch window in a readable form? VC8 does a good job with the STL containers, but it chokes a bit on Boost containers (especially the BGL) -John Search for autoexp.dat in MSDN. Follow the examples for STL containers and add your own data types.
HTH, Sean