Remove default value from function definition

This commit is contained in:
Yassir Najmaoui 2022-07-26 10:47:02 -04:00 committed by GitHub
parent aa84192afc
commit e4ce85ba09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2725,7 +2725,7 @@ Options::generate_all_groups_help(String& result) const
inline
std::string
Options::help(const std::vector<std::string>& help_groups, bool print_usage=true) const
Options::help(const std::vector<std::string>& help_groups, bool print_usage) const
{
String result = m_help_string;
if(print_usage)