Problem of compiling boost::thread source code from Sun Studio
Get the following error: "/home/ops/3rdParty/boost/1.38.0/install/include/boost-1_38/boost/thread/detail/thread.hpp", line 344: Error: boost::thread::thread(boost::thread&) is not accessible from boost::move(boost::detail::thread_move_tboost::thread). Do I need to upgrade the boost library for this ? -- View this message in context: http://www.nabble.com/Problem-of-compiling-boost%3A%3Athread-source-code-fro... Sent from the Boost - Users mailing list archive at Nabble.com.
AMDG Carfield Yim wrote:
Get the following error:
"/home/ops/3rdParty/boost/1.38.0/install/include/boost-1_38/boost/thread/detail/thread.hpp", line 344: Error: boost::thread::thread(boost::thread&) is not accessible from boost::move(boost::detail::thread_move_tboost::thread).
Do I need to upgrade the boost library for this ?
Yes. You need to upgrade to 1.40 which won't be released for another month. If you want a patch for older versions, I believe that it was fixed in this changeset. https://svn.boost.org/trac/boost/changeset/53385 In Christ, Steven Watanabe
participants (2)
-
Carfield Yim
-
Steven Watanabe