Re: [Boost-bugs] [Boost C++ Libraries] #11398: boost log should allow setting BOOST_LOG_EVENT_USE_BOOST_CONDITION manually

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11398: boost log should allow setting BOOST_LOG_EVENT_USE_BOOST_CONDITION manually
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-06-15 14:36:31


#11398: boost log should allow setting BOOST_LOG_EVENT_USE_BOOST_CONDITION manually
-------------------------------+---------------------
  Reporter: mgaunard | Owner: andysem
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: log
   Version: Boost 1.57.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+---------------------

Comment (by andysem):

 I don't want to make BOOST_LOG_EVENT_USE_BOOST_CONDITION a public macro.
 The long term plan is to remove event implementation from Boost.Log and
 move to Boost.Sync. Until that happens, I could use Boost.Atomic for
 atomic ops instead of ```__sync*``` intrinsics directly. I believe, lack
 of those intrinsics in gcc 4.1 is what makes the condition variable
 version to be selected?

 BTW, ABI compatibility between different compilers is not guaranteed - not
 only because Boost.Log can contain different versions of the code (like in
 the case of event) but because this can be the case in other libraries.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11398#comment:2>
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:18 UTC