forked from boostorg/algorithm
Fix typo
[SVN r30046]
This commit is contained in:
@ -59,7 +59,7 @@ struct find_compressF
|
|||||||
{
|
{
|
||||||
input_iterator_type It2=It++;
|
input_iterator_type It2=It++;
|
||||||
|
|
||||||
if ( It==End || Cnt>=(std::numeric_limits<value_type>)::max() )
|
if ( It==End || Cnt>=(std::numeric_limits<value_type>::max)() )
|
||||||
{
|
{
|
||||||
return result_type( MStart, It );
|
return result_type( MStart, It );
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user