support for boost < 1.69
This commit is contained in:
parent
b60de49388
commit
c9da5cbd8e
1 changed files with 2 additions and 1 deletions
|
@ -63,6 +63,7 @@ struct end_container<mapnik::feature_impl const>
|
|||
}
|
||||
};
|
||||
|
||||
#if BOOST_VERSION >= 106900
|
||||
template <>
|
||||
struct transform_attribute<const mapnik::feature_impl, const mapnik::feature_impl &, boost::spirit::karma::domain, void>
|
||||
: detail::transform_attribute_base<mapnik::feature_impl const, mapnik::feature_impl const&, boost::spirit::karma::domain>
|
||||
|
@ -73,7 +74,7 @@ struct transform_attribute<const boost::fusion::cons<const mapnik::feature_impl
|
|||
boost::spirit::karma::domain, void>
|
||||
: detail::transform_attribute_base<const boost::fusion::cons<const mapnik::feature_impl &, boost::fusion::nil_>, mapnik::feature_impl const&, boost::spirit::karma::domain>
|
||||
{};
|
||||
|
||||
#endif
|
||||
}}}
|
||||
|
||||
namespace mapnik { namespace json {
|
||||
|
|
Loading…
Reference in a new issue