16 Feb
2015
16 Feb
'15
1:46 p.m.
Le 16/02/15 09:46, chmhou@sina.com a écrit :
source url : http://www.boost.org/doc/libs/1_57_0/doc/html/thread/synchronization.html#th...
Futures
Overview
The 4th section say that "Instances can be freely copied and assigned, and |boost::shared_future<R>::get()| http://www.boost.org/doc/libs/1_57_0/doc/html/thread/synchronization.html#th... returns a non |const| reference so that multiple calls to |boost::shared_future<R>::get()| http://www.boost.org/doc/libs/1_57_0/doc/html/thread/synchronization.html#th... are safe."
That's just what I am confused about. Is it one typo ?
Yes. Fixed on develop branch. Thanks, Vicente