Opened 9 years ago

Last modified 9 years ago

#9627 new Bugs

Missing include and BOOST_NO_TYPEID check

Reported by: vency.cvetkov@… Owned by: Emil Dotchevski
Milestone: To Be Determined Component: exception
Version: Boost 1.54.0 Severity: Problem
Keywords: Cc:

Description

Hello,

In boost 1.54 "#include "boost/throw_exception.hpp"" is missing in dynamic_bitset/dynamic_bitset.hpp, so the macro BOOST_THROW_EXCEPTIO would be defined. Also "#ifndef BOOST_NO_TYPEID" check is missing in ptr_container/clone_allocator.hpp and ptr_container/detail/reversible_ptr_container.hpp around the usage of BOOST_ASSERT where it uses typeid()

Change History (1)

comment:1 by viboes, 9 years ago

Component: Noneexception
Owner: set to Emil Dotchevski
Note: See TracTickets for help on using tickets.