-----Original Message-----
From: boost-users-bounces@lists.boost.org on behalf of Joel de Guzman

Better yet (see docs in CVS):

     for_each(filter_if<boost::is_pointer<_> >(seq), print_xml());

===

Thanks, I'll be looking at CVS instead then (didn't realize it would be in there). Which version of boost is this library going to be released with?