id summary reporter owner description type status milestone component version severity resolution keywords cc 13592 command_line_parser(int, char const*[]) throws std::bad_alloc when called with zero arguments kai.unger@… Vladimir Prus "boost::program_options::command_line_parser(int, char const*[]) throws std::bad_alloc when called with zero arguments. Code to reproduce: {{{ #include int main(int, char const*[]) { boost::program_options::command_line_parser fParser(0, nullptr); } }}}" Bugs new To Be Determined program_options Boost 1.67.0 Regression