22 Jun
2010
22 Jun
'10
10:19 p.m.
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
Really nice list, thank you. About boost::ref, I'm struggling to find an example that isn't related to boost::bind. Any suggestion? Thanks. -- José Tomás Tocino García