+ restore g++/darwin fix - #1507

This commit is contained in:
artemp 2012-09-28 09:43:29 +01:00
parent 446ef47242
commit 02e7aef9c9

View file

@ -42,14 +42,13 @@
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 {
namespace karma = boost::spirit::karma;