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-06 09:55:53
#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 anonymous):
Not quite.
It now complains about:
{{{
compile-c-c++ bin.v2\libs\thread\build\msvc-11.0\release\address-model-64
\debug-store-database\debug-symbols-on\link-static\runtime-link-static
\threading-multi\win32\thread.obj
thread.cpp
D:\boost_1_53_0\boost/thread/win32/shared_mutex.hpp(139) : error C2653:
'chrono' : is not a class or namespace name
D:\boost_1_53_0\boost/thread/win32/shared_mutex.hpp(139) : error C3861:
'try_lock_shared_until': identifier not found
D:\boost_1_53_0\boost/thread/win32/shared_mutex.hpp(139) : error C3861:
'now': identifier not found
D:\boost_1_53_0\boost/thread/win32/shared_mutex.hpp(389) : error C2653:
'chrono' : is not a class or namespace name
D:\boost_1_53_0\boost/thread/win32/shared_mutex.hpp(389) : error C3861:
'try_lock_until': identifier not found
D:\boost_1_53_0\boost/thread/win32/shared_mutex.hpp(389) : error C3861:
'now': identifier not found
D:\boost_1_53_0\boost/thread/future.hpp(354) : warning C4913: user defined
binary operator ',' exists but no overload could convert all operands,
default built-in binary operator ',' used
}}}
I'll qualify those uses of `chrono` with `::boost::` and post back with
the result.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/7980#comment:3> 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