$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Alexander Kondratyuk (alexander.kondratyuk_at_[hidden])
Date: 2006-02-13 05:48:05
Hello all.
Is there any way to get the library to work with the following command line:
"--first=11 --first=12"
?
So, I want to see the two values for the 'first' option in variable_map, but
cant figure out how to do it using program_options features.
Thank you in advance.