$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Christian Henning (chhenning_at_[hidden])
Date: 2008-07-16 11:30:46
Hi there, can I use push_back_a with std::vector<std::string>? I want
something like this:
std::vector< std::string > lines;
rule<> l_entry = blanks_p >> *print_p[push_back_a( lines )] >>
blanks_p >> eol_p;
Regards,
Christian