$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Ovanes Markarian (om_boost_at_[hidden])
Date: 2007-05-18 10:46:55
Hello!
I would like to transform (add) some options after the parsing process has finished. Unfortunately
variables_map has no non const members which could acomplish this task. Doing const_cast or using
std::map interface, which is not explicitly described as parent class of variables_map is not my
first choice. Is there any other way of adding some options programmatically?
Many thanks,
Ovanes Markarian