Add tests for immovable key_type

This commit is contained in:
Braden Ganetsky
2024-02-10 17:39:23 -06:00
parent be7c63e1bf
commit f411968ffd
3 changed files with 76 additions and 6 deletions

View File

@@ -21,4 +21,10 @@
#include "postfix.hpp"
// clang-format on
#if defined(BOOST_LIBSTDCXX_VERSION)
#if BOOST_LIBSTDCXX_VERSION < 60000
#define BOOST_UNORDERED_NO_INIT_TYPE_TESTS
#endif
#endif
#endif