Changes between Initial Version and Version 1 of Ticket #5566, comment 2


Ignore:
Timestamp:
May 27, 2011, 1:44:37 AM (11 years ago)
Author:
Hartmut Kaiser

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5566, comment 2

    initial v1  
    2525    std::string operator()(Value const& val) const
    2626    {
    27         // let Spirit transform the token value (here a variant) into a string
     27        // transform the token value (here a variant) into a string
    2828        // at this point the variant holds a pair of iterators
    2929        typedef boost::iterator_range<char const*> iterpair_type;