2 Sep
2004
2 Sep
'04
12:06 p.m.
"David Abrahams"
Matt S Trentini
writes: Heya Boosters,
I ran into a problem using boost::bind yesterday and, although I found a workaround, I've got a few questions. For the record I'm using boost 1.30.
I stumbled onto the issue that boost::bind doesn't define the argument_type typedef (I was trying to use std::not1). After trawling
Don't the boost::functional implementations of these function object adaptors play nicer with boost::bind? I think I've used these just for this reason in the past. Jeff F