Re: [Boost-bugs] [Boost C++ Libraries] #11874: Compilation error with GCC4.6 in C++11 mode

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #11874: Compilation error with GCC4.6 in C++11 mode
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-07-05 14:42:25


#11874: Compilation error with GCC4.6 in C++11 mode
-------------------------------+-----------------------------------------
  Reporter: Antony Polukhin | Owner: Emil Dotchevski
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: exception
   Version: Boost 1.60.0 | Severity: Regression
Resolution: fixed | Keywords: c++11 exception type_traits
-------------------------------+-----------------------------------------

Comment (by guenterbe@…):

 Replying to [comment:23 Emil Dotchevski]:
> Please see https://travis-ci.org/boostorg/exception/jobs/203665051,
 notice CXXSTD=c++0x and the output of g++ --version:
>
> g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
>
> Am I missing something?

 Yes. Building the boost libs as you did is no problem.

 The easiest way to reproduce the problem (gcc-4.6.4, c++0x mode, boost
 1.64):
 {{{
 #include <boost/thread.hpp>

 int main()
 {
 }
 }}}
 Compiling results in:

 /opt/wandbox/boost-1.64.0/gcc-4.6.4/include/boost/exception/info.hpp:66:5:
 error: 'class boost::error_info<boost::tag_original_exception_type, const
 std::type_info*>' has no member named 'value_'

-- 
Ticket URL: <https://svn.boost.org/trac10/boost/ticket/11874#comment:25>
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-07-05 14:46:12 UTC