Vladimir Prus 9a149beb76 Fix 'unknown option' error for two successive calls to 'store'.
The bug triggered if
- we store two parsed_option object into variables_map
- the options descriptions associated with those parsed_option objects
  are different
- an option present in first parser_option object is not declared in
  second options_description.

The problem was that on the second 'store' call we went over all
stored options, trying to get their description from the *second*
options description object.

Thanks to Hartmut Kaiser for the bug report.


[SVN r28685]
2005-05-06 06:40:39 +00:00
2005-04-24 17:17:09 +00:00
2004-07-29 14:00:01 +00:00
Description
Mirrored via gitea-mirror
2.5 MiB
Languages
C++ 96.7%
Shell 1.2%
CMake 1%
Python 0.5%
Batchfile 0.5%
Other 0.1%