minor tweaks to avoid warnings ... extension mechanism updated to follow new protocol

[SVN r40966]
This commit is contained in:
Thorsten Jørgen Ottosen
2007-11-09 13:31:43 +00:00
parent 2605b9ee45
commit 7b3857a9a8
3 changed files with 3 additions and 4 deletions

View File

@ -63,7 +63,7 @@ void check_array()
BOOST_CHECK_EQUAL( empty( ca ),false );
const char A[] = "\0A";
BOOST_CHECK_EQUAL( boost::size(A), 3u );
BOOST_CHECK_EQUAL( boost::size(A), 3 );
}
using boost::unit_test::test_suite;