[SVN r30046]
This commit is contained in:
Douglas Gregor
2005-07-13 13:55:32 +00:00
parent 344225bce1
commit 924368a775

View File

@ -59,7 +59,7 @@ struct find_compressF
{
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 );
}