Opened 7 years ago

Last modified 5 years ago

#11874 reopened Bugs

Compilation error with GCC4.6 in C++11 mode — at Version 1

Reported by: Antony Polukhin Owned by:
Milestone: To Be Determined Component: exception
Version: Boost 1.64.0 Severity: Regression
Keywords: c++11 exception type_traits Cc:

Description (last modified by Antony Polukhin)

g++-4.6 -std=c++11 causes compilation error:

../../../boost/exception/info.hpp: In instantiation of ‘boost::error_info<boost::tag_original_exception_type, const std::type_info*>’:

../../../boost/exception/detail/exception_ptr.hpp:95:32:   instantiated from here

../../../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_’

BOOST_NOEXCEPT_IF(boost::is_nothrow_move_constructible<value_type>::value) may help.

Change History (1)

comment:1 by Antony Polukhin, 7 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.