]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/type_index/test/type_index_constexpr_test.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / type_index / test / type_index_constexpr_test.cpp
index e895d7b362d1b2c57601081765715afc83339145..f80fca7909875f3d098da80b9fbd08f15b88f346 100644 (file)
@@ -7,14 +7,11 @@
 
 #include <boost/type_index/ctti_type_index.hpp>
 
-#include <boost/functional/hash.hpp>
 #include <boost/lexical_cast.hpp>
 #include <algorithm>
 #include <string>
 
 #include <boost/core/lightweight_test.hpp>
-#define BOOST_TEST_LE(x, y) BOOST_TEST(x <= y)
-#define BOOST_TEST_GE(x, y) BOOST_TEST(x >= y)
 
 const char* hello1 = "Hello word";
 const char* hello1_end = hello1 + sizeof("Hello word");