This commit is contained in:
Artem Pavlenko 2012-02-14 18:35:00 +00:00
parent 7e8207236e
commit 8116ba4809

View file

@ -46,12 +46,12 @@
namespace boost { namespace spirit { namespace traits {
// make gcc and darwin toolsets happy.
template <>
struct is_container<mapnik::geometry_container>
: mpl::false_
{};
template <>
struct is_container<mapnik::geometry_container>
: mpl::false_
{};
}}}
}}}
namespace mapnik { namespace util {