Boost logo

Boost Users :

From: Suresh T (suresh.t_at_[hidden])
Date: 2005-12-09 01:36:51


hi,

I would like to know if there is any method provided to remove selected
options from variables map.

I am using program options to parse and assign initial values to all
parameters in an application.
I have a situtation where i would like to remove some of the parameters
from the store ( variables_map) before i call notify.
( before the program options part is called i get a list of options that
are already initialized. These options should not be parsed again)
Currently i am using a dirty approach of removing the options from the
command line/ini file. If i can directly remvoe the options from the
store
it will be much easier ( and safer). As allow_unregistered is supported
now, i would not have to bother about unknown options in the command line.

Thanks &
---------------------------------------------------------------------------------------------------------
Regards,
Suresh.T



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