]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/type_index/test/type_index_test.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / type_index / test / type_index_test.cpp
index c022812fd69d8ac0303d135423133a4a21017f73..fba6ca18e92faca7734a49a2e0f7e692e4342bdc 100644 (file)
@@ -7,13 +7,9 @@
 
 #include <boost/type_index.hpp>
 
-#include <boost/functional/hash.hpp>
 #include <boost/lexical_cast.hpp>
 
 #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)
-
 
 namespace my_namespace1 {
     class my_class{};