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: 2016-11-08 12:29:54


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

Comment (by gr):

 {{{#!cpp
 #include <iostream>
 #include <boost/algorithm/hex.hpp>

 int main(void)
 {
     std::cout << boost::algorithm::hex(std::string("hi")) << "\n";
     return 0;
 }
 }}}

 {{{#!sh
 /deps/boost_1_62_0/boost/exception/info.hpp: In instantiation of
 â€˜boost::error_info<boost::algorithm::bad_char_, char>’:
 /deps/boost_1_62_0/boost/algorithm/hex.hpp:75:14: instantiated from here
 /deps/boost_1_62_0/boost/exception/info.hpp:66:5: error: ‘class
 boost::error_info<boost::algorithm::bad_char_, char>’ has no member named
 â€˜value_’
 }}}
 {{{#!sh
 # g++ -v 2>&1 | grep version
 gcc version 4.6.3 (GCC)
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11874#comment:16>
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:20 UTC