Don't compile visitor ref #3380 (thanks @lightmare)
This commit is contained in:
parent
988aa3ea43
commit
49b23622db
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
|
|
||||||
|
#if BOOST_VERSION >= 105800
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
struct spatially_equal_visitor
|
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")
|
TEST_CASE("Well-known-geometries")
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue