We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c990b commit bdbd3dfCopy full SHA for bdbd3df
include/boost/program_options/positional_options.hpp
@@ -41,7 +41,7 @@ namespace boost { namespace program_options {
41
add(const char* name, int max_count);
42
43
/** Returns the maximum number of positional options that can
44
- be present. Can return numeric_limits<unsigned>::max() to
+ be present. Can return (numeric_limits<unsigned>::max)() to
45
indicate unlimited number. */
46
unsigned max_total_count() const;
47
0 commit comments