My faves are, in no particular order:
- regex
- filesystem
- thread
- lexical_cast
- program_options (just brilliant!)
- test (for all my unit testing needs).
- String algorithms
- String tokenizer
- format (type-safe printf style string formatting)
- smart ptrs
Boost was a massive help when I wrote my first cross-platform app - without it I really would have struggled.