pass const reference

This commit is contained in:
Artem Pavlenko 2011-12-08 16:20:04 +00:00
parent cb4152c280
commit 446b55fc87

View file

@ -143,7 +143,7 @@ struct wkt_generator :
karma::rule<OutputIterator, geometry_type const& ()> coords;
karma::rule<OutputIterator, karma::locals<unsigned>, geometry_type const& ()> coords2;
karma::rule<OutputIterator, geometry_type::value_type ()> point_coord;
karma::rule<OutputIterator, geometry_type::value_type (unsigned& )> polygon_coord;
karma::rule<OutputIterator, geometry_type::value_type const& (unsigned& )> polygon_coord;
// phoenix functions
phoenix::function<get_type > _type;