On Tue, Jun 22, 2010 at 10:50 PM, Mike P
<mike.polyakov@gmail.com> wrote:
If I was being introduced to boost for the first time, I would
appreciated seeing the following topics presented:
shared_ptr and other smart pointers
tuples
bind and lambda (just a little subset of what is possible)
enable_if (and overview of SFINAE)
function
multi_index (some simple subset of it)
variant and any (and their differences)
ref (with a couple of examples where it is useful)
type_traits (just so to show that something like this exists)
possibly a little bit of regex
possibly a little of threads