I use a lot:
- boost::signals
- boost::shared_ptr
- boost::lexical_cast
- boost::bind
- boost::random
- boost::thread
- boost::noncopyable
Other like Tuple, Static Assert and Integer are very useful if you are writing a library which is due to be used on a variety of platforms.
Things like Graphs and Lambda are more specific.