id summary reporter owner description type status milestone component version severity resolution keywords cc 12332 Couple of bugs found in version 1.60.0 Paz_Offer@… Vladimir Prus "Hi Boost, Please note the following bug report '''BUG-1'''[[BR]] File: 1.60.0\boost\program_options\detail\cmdline.hpp[[BR]] Line: 139[[BR]] Expression: 'args'[[BR]] The bug:[[BR]] This variable is a member of class 'cmdline', thus name should be prefixed with 'm_'. This later will become a problem as methods arguments are using the name 'args' for method arguments and thus new 'args' is hiding class member 'args'. '''BUG-2'''[[BR]] File: 1.60.0\libs\program_options\src\variables_map.cpp[[BR]] Line: 71[[BR]] Expression: ' {{{ string original_token = }}} ...'[[BR]] The bug:[[BR]] Variable 'original_token' is already defined in this scope at line 43. This new declaration of same variable hides previous declaraion. Thanks, Paz " Bugs new To Be Determined program_options Boost 1.60.0 Problem