
1 Feb
2011
1 Feb
'11
3:14 p.m.
On 1/31/2011 9:21 AM, Marat Abrarov wrote:
Hi, Boost Users and/or Developers.
Does anybody know why functional objects created by means of boost::bind have no move constructors? [...]
To my knowledge, rvalue references have not yet been widely adopted by boost libraries (and Boost.Bind is a fairly old module). (proposed) Boost.Move will ideally make the transition easier, and AFAIK the results of its review are still being processed. - Jeff