My advice would be to use std::bind() if your compiler supports it, unless
you explicitly need one of the other ones for some reason. Standard is
almost always better.
On Sat, Apr 12, 2014 at 4:06 PM, Albert Yiamakis
On 12/04/14 20:49, Robert Dailey wrote:
In any case, this doesn't particularly answer the root of my question which is: which one (which bind, not which placeholders) should I be using?
Not seen anything that contradicts what is said here:
http://www.boost.org/doc/libs/1_55_0/libs/phoenix/doc/html/phoenix/modules/b...
Not sure what makes you think boost::bind is deprecated either - on the contrary, the C++11 standard includes a similar bind() (deprecating its older ones).
Albert _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users