Skip to content

Commit bdbd3df

Browse files
committed
Fixed almost all tab and min/max issues found by inspect tool
[SVN r53142]
1 parent 15c990b commit bdbd3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/boost/program_options/positional_options.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace boost { namespace program_options {
4141
add(const char* name, int max_count);
4242

4343
/** Returns the maximum number of positional options that can
44-
be present. Can return numeric_limits<unsigned>::max() to
44+
be present. Can return (numeric_limits<unsigned>::max)() to
4545
indicate unlimited number. */
4646
unsigned max_total_count() const;
4747

0 commit comments

Comments
 (0)