Hello,
I want to parse std::string, perhaps into a vector<string>, but I do
not want the command line argument to be positional in nature (i.e.
like the examples demonstrate), because there may be a handful of
parameters I need to capture into string or vector<string>.
I've been able to parse integral types like int, even vector<int>, but
haven't had much success with string. Possible or is this a program
options "feature" and/or bug?
Regards,
Michael Powell
_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
http://lists.boost.org/mailman/listinfo.cgi/boost-users