Re: [Boost-users] functors created by boost::bind and move semantic

16 Jan
2011
16 Jan
'11
10:32 p.m.
To: michi7x7
I mean not boost::function but functors created by boost::bind (boost::bind_t....) - they are rather simple - like tuples, so, I think, their move constructors would be simple too. But it would be great to have move constructors in boost::function too (which is more difficult because of current boost::function implementation). Interesting, what is about std::function (or std::tr1::function) in STL implementations with C++0x support, for example, in STL shipped with MS Visual C++ 2010. Marat Abrarov.
5196
Age (days ago)
5196
Last active (days ago)
0 comments
1 participants
participants (1)
-
Marat Abrarov