$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [spirit] first steps
From: Igor R (boost.lists_at_[hidden])
Date: 2010-02-18 18:33:33
> Anyway, the reason for your problem is that you're trying to use qi::blank
> for a grammar which was defined to use ascii::space_type. That can't work.
Thanks, now it works.