Opened 7 years ago
Last modified 5 years ago
#11874 reopened Bugs
Compilation error with GCC4.6 in C++11 mode — at Initial Version
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
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_assignable<value_type>::value)
may help.
Note:
See TracTickets
for help on using tickets.