min/max usage.

[SVN r30036]
This commit is contained in:
John Maddock
2005-07-13 09:38:57 +00:00
parent 6581468288
commit bb0ae0940e

View File

@ -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<charT>::max(), should be true for all types
// (numeric_limits<charT>::max)(), should be true for all types
// I can't imagine 127 character fields...
*delim = static_cast<charT>(++pos);
return sort_fixed;