pass const reference

This commit is contained in:
Artem Pavlenko 2011-12-08 16:20:04 +00:00
parent 11451a5b90
commit a5de8154d6

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;