]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/geometry/index/test/rtree/rtree_non_cartesian.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / geometry / index / test / rtree / rtree_non_cartesian.cpp
index 6111a2847442a47a50ef75166104d46fa174c55e..cbc4f633a677b92e6ba71b070a3b824632134c81 100644 (file)
@@ -3,6 +3,10 @@
 
 // Copyright (c) 2016 Adam Wulkiewicz, Lodz, Poland.
 
+// This file was modified by Oracle on 2021.
+// Modifications copyright (c) 2021, Oracle and/or its affiliates.
+// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
+
 // Use, modification and distribution is subject to the Boost Software License,
 // Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
@@ -101,7 +105,7 @@ void test_ticket_12413()
 
     size_t num_removed = rtree.remove(std::make_pair(point_t(-0.127592, 51.503407), 796));
 
-    BOOST_CHECK_EQUAL(num_removed, 1);
+    BOOST_CHECK_EQUAL(num_removed, 1u);
 }
 
 template <typename Point>