From bdbd3dfc42bc5fde3c2034e5589212be6464f591 Mon Sep 17 00:00:00 2001 From: Jeremiah Willcock Date: Wed, 20 May 2009 19:41:20 +0000 Subject: [PATCH] Fixed almost all tab and min/max issues found by inspect tool [SVN r53142] --- include/boost/program_options/positional_options.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/program_options/positional_options.hpp b/include/boost/program_options/positional_options.hpp index 67b78f4..01406e0 100644 --- a/include/boost/program_options/positional_options.hpp +++ b/include/boost/program_options/positional_options.hpp @@ -41,7 +41,7 @@ namespace boost { namespace program_options { add(const char* name, int max_count); /** Returns the maximum number of positional options that can - be present. Can return numeric_limits::max() to + be present. Can return (numeric_limits::max)() to indicate unlimited number. */ unsigned max_total_count() const;