mirror of
https://github.com/boostorg/range.git
synced 2026-01-26 00:42:21 +01:00
Patches for Codegear C++ Builder 2009
[SVN r48981]
This commit is contained in:
2
test/array.cpp
Executable file → Normal file
2
test/array.cpp
Executable file → Normal file
@@ -62,6 +62,8 @@ void check_array()
|
||||
BOOST_CHECK_EQUAL( end( ca ), ca + size( ca ) );
|
||||
BOOST_CHECK_EQUAL( empty( ca ),false );
|
||||
|
||||
const char A[] = "\0A";
|
||||
BOOST_CHECK_EQUAL( boost::size(A), 3 );
|
||||
}
|
||||
|
||||
using boost::unit_test::test_suite;
|
||||
|
||||
Reference in New Issue
Block a user