mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
Don't compile visitor ref #3380 (thanks @lightmare)
This commit is contained in:
parent
988aa3ea43
commit
49b23622db
@ -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")
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user