2
0
mirror of https://github.com/boostorg/test.git synced 2026-02-18 14:32:11 +00:00

some warnings disabled

[SVN r50468]
This commit is contained in:
Gennadiy Rozental
2009-01-04 19:48:53 +00:00
parent 5e8316054a
commit 8f3c8252ae
6 changed files with 45 additions and 47 deletions

View File

@@ -153,7 +153,7 @@ void foo( Iter b, Iter e )
moo( utf::make_range_token_iterator( b, e, (utf::kept_delimeters = utf::dt_isspace, utf::dropped_delimeters = "2" )) );
}
inline char loo( char c ) { return (std::toupper)( c ); }
inline char loo( char c ) { return (char)(std::toupper)( c ); }
BOOST_AUTO_TEST_CASE( test_make_range_token_iterator )
{