Re: [Boost-bugs] [Boost C++ Libraries] #5752: boost::call_once() is unreliable on some platforms

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5752: boost::call_once() is unreliable on some platforms
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-09-09 13:24:04


#5752: boost::call_once() is unreliable on some platforms
----------------------------------------------------+-----------------------
  Reporter: Matthew Dempsky <matthew@…> | Owner: viboes
      Type: Bugs | Status: assigned
 Milestone: Boost 1.52.0 | Component: thread
   Version: Boost 1.47.0 | Severity: Problem
Resolution: | Keywords: once
----------------------------------------------------+-----------------------

Comment (by viboes):

 I will add it


 {{{
 Index: pthread/once.hpp
 ===================================================================
 --- pthread/once.hpp (revision 80450)
 +++ pthread/once.hpp (working copy)
 @@ -17,6 +17,8 @@
  #include <boost/thread/pthread/pthread_mutex_scoped_lock.hpp>
  #include <boost/cstdint.hpp>
  #include <boost/thread/detail/delete.hpp>
 +// Force SIG_ATOMIC_MAX tobe defined
 +#define __STDC_LIMIT_MACROS
  #include <csignal>

  #include <boost/config/abi_prefix.hpp>

 }}}

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