
16 Jul
2008
16 Jul
'08
4:03 p.m.
Thanks a lot for help! That solves the problem. "Steven Watanabe" <watanabesj@gmail.com> wrote in message news:487D4ABB.6010007@providere-consulting.com...
AMDG
Aljaz wrote:
using namespace boost::program_options; variables_map vm; basic_command_line_parser<char> clp(vector_list); clp.options(desc); store(clp, vm);
What should I do instead?
store(clp.run(), vm)
In Christ, Steven Watanabe