Remove a spurious #undef directive

The #undef'd macro wasn't actually defined anywhere.
This commit is contained in:
Gennaro Prota
2025-06-21 14:47:37 +02:00
parent dc945046aa
commit e28c5636d6

View File

@@ -1975,8 +1975,6 @@ bool dynamic_bitset<Block, Allocator>::m_check_invariants() const
} // namespace boost
#undef BOOST_BITSET_CHAR
// std::hash support
#if !defined(BOOST_NO_CXX11_HDR_FUNCTIONAL) && !defined(BOOST_DYNAMIC_BITSET_NO_STD_HASH)
#include <functional>