require BOOST_VERSION >= 1.62.0 (#3835)
This commit is contained in:
parent
2461058ecc
commit
828346add3
1 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,8 @@
|
|||
|
||||
TEST_CASE("geometry closest point") {
|
||||
|
||||
#if BOOST_VERSION >= 106200
|
||||
|
||||
SECTION("geometry_empty") {
|
||||
|
||||
mapnik::geometry::point<double> pt(0, 0);
|
||||
|
@ -83,5 +85,5 @@ SECTION("polygon") {
|
|||
REQUIRE(result.distance == 0.0);
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue