id summary reporter owner description type status milestone component version severity resolution keywords cc 4886 options_description clear() method mid9090@… Vladimir Prus "For a project I'm working on, I consistently add the following public clear() method to the boost/program_options/options_description.hpp header file. It's possible that others may find this clear() method useful as well. void clear() { m_options.clear(); belong_to_group.clear(); groups.clear(); } " Feature Requests new To Be Determined program_options Boost 1.45.0 Problem