$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] phoenix bind vs boost bind?
From: Albert Yiamakis (vkicefire_at_[hidden])
Date: 2014-04-12 16:06:24
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:
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