Re: [Boost-bugs] [Boost C++ Libraries] #11550: boost::call_once issues

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11550: boost::call_once issues
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-09-03 06:51:11


#11550: boost::call_once issues
-------------------------------+---------------------
  Reporter: lcarreon@… | Owner: andysem
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: thread
   Version: Boost 1.59.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+---------------------
Changes (by viboes):

 * owner: viboes => andysem
 * status: assigned => new

Comment:

 There is a SUN specific code in


 {{{
 #if !(defined(__SUNPRO_CC) && BOOST_WORKAROUND(__SUNPRO_CC, <= 0x5130))
   template<typename Function>
   inline void call_once(once_flag& flag, BOOST_THREAD_RV_REF(Function) f)
 }}}


 Would this condition be satisfied with your compiler version?
 Could you show the report of the lines of the overloads that are
 ambiguous?

 Assigning to Andrey in case he has a better understanding as he wrote
 once_atomic.

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