Re: [Boost-bugs] [Boost C++ Libraries] #7980: Build error: msvc-11.0 and BOOST_THREAD_DONT_USE_DATETIME

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7980: Build error: msvc-11.0 and BOOST_THREAD_DONT_USE_DATETIME
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-02-07 18:38:22


#7980: Build error: msvc-11.0 and BOOST_THREAD_DONT_USE_DATETIME
-------------------------------+--------------------------------------------
  Reporter: anonymous | Owner: viboes
      Type: Bugs | Status: assigned
 Milestone: To Be Determined | Component: thread
   Version: Boost 1.53.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+--------------------------------------------

Comment (by viboes):

 If you are using the trunk or if you apply the modification introduced in
 [82757] and add the following patch

 svn diff win32/thread.cpp
 Index: win32/thread.cpp
 ===================================================================
 --- win32/thread.cpp (revision 82706)
 +++ win32/thread.cpp (working copy)
 @@ -14,7 +14,7 @@
  #endif
  //#define BOOST_THREAD_VERSION 3

 -#include <boost/thread/thread.hpp>
 +#include <boost/thread/thread_only.hpp>
  #include <boost/thread/once.hpp>

 Does it works without define=BOOST_THREAD_USES_CHRONO?

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7980#comment:6>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:11 UTC