]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/test/util/is_implemented.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / geometry / test / util / is_implemented.cpp
index 3eed994b4387abbc47316cf569f8fec863c20653..dd6e09b0fe49f4dfe1a79a929ddfef705e70bac7 100644 (file)
@@ -74,14 +74,14 @@ int test_main(int, char* [])
     typedef bg::model::d2::point_xy<double> point_type;
 
     BOOST_MPL_ASSERT((
-        boost::is_same<
+        std::is_same<
             bg::util::is_implemented2
             <
                 point_type, point_type,
                 bg::algorithm_archetype<point_type, point_type, bg::strategy_archetype>
             >::type,
             boost::mpl::false_
-        >
+        >::value
     ));
 
     return 0;