Boost logo

Boost Users :

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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net