How can I use boost::spirit::lex::tokenize_and_parse with with those iterators? All examples seem to use string iterators.
Actually I want to use iterators from a std::istream object instead of copying the whole file content into a string.
How can I use boost::spirit::lex::tokenize_and_parse with with those iterators? All examples seem to use string iterators.
Actually I want to use iterators from a std::istream object instead of copying the whole file content into a string.