[boost::program_options] Modification of values after the parsing process
18 May
2007
18 May
'07
2:46 p.m.
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
6391
Age (days ago)
6391
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ovanes Markarian