$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [spirit] Support for one-pass iterators?
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2009-10-18 12:36:56
Scott McMurray wrote:
> 2009/10/18 Andrey Semashev <andrey.semashev_at_[hidden]>:
>> Is there a tool in Boost.Spirit that would provide content buffering during
>> the parse? If not, what can be suggested to solve this problem?
>>
>
> http://www.boost.org/libs/spirit/classic/doc/multi_pass.html
Thank you, I'll take a look.