16 Jul
2008
16 Jul
'08
3:30 p.m.
Hi there, can I use push_back_a with std::vectorstd::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