Changes between Initial Version and Version 1 of Ticket #5566, comment 2
- Timestamp:
- May 27, 2011, 1:44:37 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5566, comment 2
initial v1 25 25 std::string operator()(Value const& val) const 26 26 { 27 // let Spirittransform the token value (here a variant) into a string27 // transform the token value (here a variant) into a string 28 28 // at this point the variant holds a pair of iterators 29 29 typedef boost::iterator_range<char const*> iterpair_type;