require BOOST_VERSION >= 1.62.0 (#3835)

This commit is contained in:
Artem Pavlenko 2018-01-31 14:11:55 +01:00
parent 2461058ecc
commit 828346add3

View file

@ -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
}