Re: [Boost-bugs] [Boost C++ Libraries] #8943: Failed to compile code using boost::call_once with Intel C++ Composer XE 2013

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8943: Failed to compile code using boost::call_once with Intel C++ Composer XE 2013
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-08-04 10:08:05


#8943: Failed to compile code using boost::call_once with Intel C++ Composer XE
2013
-------------------------------+----------------------
  Reporter: abrarov@… | Owner: viboes
      Type: Bugs | Status: assigned
 Milestone: To Be Determined | Component: thread
   Version: Boost 1.54.0 | Severity: Problem
Resolution: | Keywords:
-------------------------------+----------------------

Comment (by viboes):

 Could you try this patch

 Replace


 {{{
 #ifndef BOOST_MSVC

 }}}

 by


 {{{
 #if ! defined(BOOST_MSVC) && ! defined(BOOST_INTEL)
 }}}

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