]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/python/test/select_holder.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / python / test / select_holder.cpp
index 4ecc52e7a82901edea6d05fad10b806535cfc453..8650bd06a0e8d7a8391c467bdf53d69459dd87a3 100644 (file)
@@ -6,7 +6,7 @@
 #include <boost/python/has_back_reference.hpp>
 #include <boost/python/detail/not_specified.hpp>
 #include <boost/static_assert.hpp>
-#include <boost/type_traits/same_traits.hpp>
+#include <boost/python/detail/type_traits.hpp>
 #include <boost/function/function0.hpp>
 #include <boost/mpl/bool.hpp>
 #include <memory>
@@ -29,7 +29,7 @@ namespace boost { namespace python
 template <class T, class U>
 void assert_same(U* = 0, T* = 0)
 {
-    BOOST_STATIC_ASSERT((boost::is_same<T,U>::value));
+    BOOST_STATIC_ASSERT((boost::python::detail::is_same<T,U>::value));
     
 }