In my earlier note, I figured it should just work. But it's not.
I think it might be different on Boost 1.47?
Can anyone give me a VERY QUICK answer on how to return a unique_future on a compiler
without && using Boost 1.47?
Thanks!
—John
In file included from
/Volumes/VSee_Source/svnTree/Trunk/stable/Testing/UnitTests/Tools/threadpoolTest.cpp:2:
⋯: error: calling a private constructor of class 'boost::unique_future<int>'
return future_result; // built-in mover via implicit conversions
^
/⋯lTest.cpp:61:30: note: in instantiation of function template specialization
'vst::async