From bb0ae0940ea51ad47f0937c08489ed8a2ce192be Mon Sep 17 00:00:00 2001 From: John Maddock Date: Wed, 13 Jul 2005 09:38:57 +0000 Subject: [PATCH] min/max usage. [SVN r30036] --- include/boost/regex/v4/primary_transform.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/regex/v4/primary_transform.hpp b/include/boost/regex/v4/primary_transform.hpp index cd8129fe..e498b63b 100644 --- a/include/boost/regex/v4/primary_transform.hpp +++ b/include/boost/regex/v4/primary_transform.hpp @@ -102,7 +102,7 @@ unsigned find_sort_syntax(const traits* pt, charT* delim) if((sa.size() == sA.size()) && (sa.size() == sc.size())) { // note assumes that the fixed width field is less than - // numeric_limits::max(), should be true for all types + // (numeric_limits::max)(), should be true for all types // I can't imagine 127 character fields... *delim = static_cast(++pos); return sort_fixed;