Re: [Boost-bugs] [Boost C++ Libraries] #5671: class "boost::exception_ptr" has no suitable copy constructor

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #5671: class "boost::exception_ptr" has no suitable copy constructor
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-07-05 13:35:07


#5671: class "boost::exception_ptr" has no suitable copy constructor
-------------------------------------------+--------------------------------
  Reporter: Vladislav <phprus@…> | Owner: emildotchevski
      Type: Bugs | Status: new
 Milestone: Boost 1.47.0 | Component: exception
   Version: Boost Release Branch | Severity: Showstopper
Resolution: | Keywords:
-------------------------------------------+--------------------------------

Comment (by Vladislav <phprus@…>):

 Sorry! This is incorrect fix.

 Intel C++ Composer XE 12 update 4 does not support RVALUE_REFERENCES.

 Please change file config/compiler/intel.hpp and replace
 {{{
 #if defined(BOOST_INTEL_STDCXX0X) && (BOOST_INTEL_CXX_VERSION >= 1200)
 # undef BOOST_NO_RVALUE_REFERENCES
 //# undef BOOST_NO_SCOPED_ENUMS // doesn't really work!!
 }}}
 to:
 {{{
 #if defined(BOOST_INTEL_STDCXX0X) && (BOOST_INTEL_CXX_VERSION >= 1200)
 //# undef BOOST_NO_RVALUE_REFERENCES // doesn't really work!!
 //# undef BOOST_NO_SCOPED_ENUMS // doesn't really work!!
 }}}


 Without this fix is not compiling boost.filesystem too.

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