$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Spirit question
From: Igor R (boost.lists_at_[hidden])
Date: 2010-03-17 16:32:05
> Please see attached code. Â Why does line A compile while line B doesn't?
It looks like the attribute of the line B cannot be converted to
std::string, because the attr of *(char_(',') >> id) is
vector<string>.