Changes between Initial Version and Version 1 of Ticket #8489, comment 8
- Timestamp:
- Jun 10, 2013, 6:29:15 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8489, comment 8
initial v1 1 I take it back; this isn't a Spirit bug… yet. The error is in the user program. As http://www.boost.org/doc/libs/1_53_0/libs/spirit/doc/html/spirit/support/multi_pass.html makes quite clear, Spirit works only with '''forward''' iterators. It's not clear at all, however, why I'm unable to solve the problem by wrapping the {{{istreambuf_iterator}}} with Spirit's {{{multi_pass}}}. 1 I take it back; this isn't a Spirit bug… yet. The error is in the user program. As http://www.boost.org/doc/libs/1_53_0/libs/spirit/doc/html/spirit/support/multi_pass.html makes quite clear, Spirit works only with '''forward''' iterators. It's not clear at all, however, why I'm unable to solve the problem by wrapping the {{{istreambuf_iterator}}} with Spirit's {{{multi_pass}}}. See #3999