Subject: Re: [Boost-bugs] [Boost C++ Libraries] #8943: Failed to compile code using boost::call_once with Intel C++ Composer XE 2013 on Windows
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2013-08-23 07:52:24
#8943: Failed to compile code using boost::call_once with Intel C++ Composer XE
2013 on Windows
-------------------------------+----------------------
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 abrarov@â¦):
Replying to [comment:2 viboes]:
> Could you try this patch
>
> Replace
>
>
> {{{
> #ifndef BOOST_MSVC
>
> }}}
>
> by
>
>
> {{{
> #if ! defined(BOOST_MSVC) && ! defined(BOOST_INTEL)
> }}}
>
This was the first solution I've done. But I think that this #if/#endif
block isn't necessary at all (may produce errors for other compilers).
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/8943#comment:4> 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