Opened 9 years ago
Last modified 9 years ago
#9627 new Bugs
Missing include and BOOST_NO_TYPEID check
Reported by: | 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()
Note:
See TracTickets
for help on using tickets.