mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-09 23:24:02 +00:00
[test][index] Fix different sign compare warning.
This commit is contained in:
parent
c67f451fa7
commit
a8545eefb1
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user