Inspect fixes

[SVN r30045]
This commit is contained in:
Douglas Gregor
2005-07-13 13:35:30 +00:00
parent a4137bbae6
commit 344225bce1
2 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@ using namespace std;
using namespace boost;
// replace mark specification, specialize for a specific element type
template< typename T > T repeat_mark() { return std::numeric_limits<T>::max(); };
template< typename T > T repeat_mark() { return (std::numeric_limits<T>::max)(); };
// Compression -----------------------------------------------------------------------
@ -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 );
}

View File

@ -17,7 +17,7 @@ DEPENDS all : test ;
{
test-suite algorithm/string
: [ run
: [ run
trim_test.cpp
: :
: