cherry-pick fix from #1787 into 2.1.x

This commit is contained in:
Daniel C. Casimiro 2013-03-25 15:19:57 -04:00 committed by Dane Springmeyer
parent 88f8d9951c
commit 42d7263cab

View file

@ -91,7 +91,7 @@ struct feature_collection_grammar :
> lit(']') > lit(']')
; ;
feature = eps[_a = construct<feature_ptr>(new_<feature_impl>(ctx_,generate_id_()))] feature = eps[_a = phoenix::construct<mapnik::feature_ptr>(new_<mapnik::feature_impl>(ctx_,generate_id_()))]
>> feature_g(*_a)[push_back(_r1,_a)] >> feature_g(*_a)[push_back(_r1,_a)]
; ;