Don't compile visitor ref #3380 (thanks @lightmare)

This commit is contained in:
artemp 2016-04-25 14:58:46 +02:00
parent 988aa3ea43
commit 49b23622db

View file

@ -16,6 +16,7 @@
#include <vector>
#include <fstream>
#if BOOST_VERSION >= 105800
namespace {
struct spatially_equal_visitor
@ -79,6 +80,7 @@ bool spatially_equal(mapnik::geometry::geometry<T> const& g0, mapnik::geometry::
}
}
#endif
TEST_CASE("Well-known-geometries")
{