Changes between Initial Version and Version 1 of Ticket #7980, comment 6
- Timestamp:
- Feb 7, 2013, 6:39:02 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7980, comment 6
initial v1 1 1 If you are using the trunk or if you apply the modification introduced in [82757] and add the following patch 2 2 3 4 {{{ 3 5 svn diff win32/thread.cpp 4 6 Index: win32/thread.cpp … … 13 15 +#include <boost/thread/thread_only.hpp> 14 16 #include <boost/thread/once.hpp> 17 }}} 18 15 19 16 20 Does it works without define=BOOST_THREAD_USES_CHRONO?