Changes between Initial Version and Version 1 of Ticket #10637, comment 6
- Timestamp:
- Oct 8, 2014, 9:32:34 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10637, comment 6
initial v1 1 1 Oh, I'm really sorry. I believed that you were using clang. 2 2 3 It seems that default_delete is not movable with your default library. I suggest you to patch the code if you can as follows:3 It seems that default_delete is not movable with your default library. I suggest you to do the following. 4 4 5 5 In boost/thread/csbl/memory/unique_ptr.hpp, there is the following check … … 11 11 }}} 12 12 13 You could either define in your application BOOST_NO_CXX11_SMART_PTR 14 15 16 or patch it as 17 18 {{{ 19 // 20.8.1 class template unique_ptr: 20 #if 1 || defined BOOST_NO_CXX11_SMART_PTR 21 }}} 22 13 You could define in your application BOOST_NO_CXX11_SMART_PTR 23 14 24 15 BTW, there are no problems inhttp://www.boost.org/development/tests/master/developer/thread.html for Sandia-darwin-4.2.1