
1 May
2006
1 May
'06
7:44 p.m.
Hi Joel & Dan Going through the fusion quick start, I'm wondering how the expression ...
for_each(filter_if<boost::is_pointer<Sequence> >(seq), print_xml());
... could ever work? Shouldn't that rather read similar to ...
for_each(filter_if<boost::is_pointer<_> >(seq), print_xml());
... so that the _ placeholder can be replaced with the individual types in the sequence?
You're correct, this is a typo in the docs. I've added a correction to the cvs copy. Thanks for pointing this one out. Cheers Dan