diff --git a/string/example/rle_example.cpp b/string/example/rle_example.cpp index 9caae2e..26ec5b8 100644 --- a/string/example/rle_example.cpp +++ b/string/example/rle_example.cpp @@ -59,7 +59,7 @@ struct find_compressF { input_iterator_type It2=It++; - if ( It==End || Cnt>=(std::numeric_limits)::max() ) + if ( It==End || Cnt>=(std::numeric_limits::max)() ) { return result_type( MStart, It ); }