$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-07-15 21:11:23
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