From: Sean Huang (huangsean_at_[hidden])
Date: 2006-05-02 15:53:51


----- Original Message -----
From: "John Krajewski" <johnnyk1_at_[hidden]>

> 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