define BOOST_MPL_LIMIT_VECTOR_SIZE before boost/geometry

This commit is contained in:
Dane Springmeyer 2015-04-26 19:34:42 -07:00
parent 6722b71e55
commit f9439a590f

View file

@ -23,6 +23,8 @@
#ifndef MAPNIK_GEOMETRY_ADAPTERS_HPP
#define MAPNIK_GEOMETRY_ADAPTERS_HPP
#include <mapnik/config.hpp>
// undef B0 to workaround https://svn.boost.org/trac/boost/ticket/10467
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-local-typedef"