Boost - which is so great that a lot of it is winding up in the standard.
Superb for advanced and portable techniques like expression templates in boost::ublas, threading in boost::thread, async I/O in boost::asio as well as the well-known stuff like smart pointers. All the latest techniques like template metaprogramming are on display, implemented and exhaustively reviewed before release, by the best in the field.
The thing I like especially about this one is that you can improve your own code as you learn, by incorporating the libraries as appropriate. It's hard to overstate the productivity gain you get by building on such libraries.
You could also consider your compiler's STL implementation as a source of inspiration, though that's not strictly open-source.