Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2004-01-04 06:05:10


> Is there a reason it is copied? Is passing functors by reference a Bad
> Thing, and if so could someone point me to an article or discussion
summary
> on this?

Not really, but the standard did it that way and I copied from there: in the
next release though, regex_grep is deprecated in favour of an iterator based
interface, so this kind of problem goes away if you use regex_iterator
rather than regex_grep.

John.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk