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;