+ restore g++/darwin fix - #1507
This commit is contained in:
parent
446ef47242
commit
02e7aef9c9
1 changed files with 4 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue