mirror of
https://github.com/boostorg/regex.git
synced 2025-07-17 14:22:08 +02:00
min/max usage.
[SVN r30036]
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user