
1 Dec
2004
1 Dec
'04
3:03 p.m.
"troy d. straszheim" <troy@resophonic.com> wrote in message news:16813.55259.158027.969146@resophonic.com...
Hi boost,
The filter_iterator as implemented disallows creating iterators via reference-to-base, as it requires its Predicate objects to be copy-constructible. This is a problem for a class that is passed a
I haven't tried it but wouldn't boost::ref(predicate) accomplish your goal? Jeff