Skip to content
Snippets Groups Projects
Commit 3b7d3cb1 authored by Nat Goodspeed's avatar Nat Goodspeed
Browse files

For one use case, boost::bind() better than boost::phoenix::bind().

We use boost::phoenix::placeholders::arg1 to imply a whole lambda expression,
replacing boost::lambda. But to bind a plain function in a more
straightforward way, seems classic boost::bind() works while
boost::phoenix::bind() does not.
parent 210c95b2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment