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:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user