mirror of
https://github.com/boostorg/static_string.git
synced 2025-07-27 19:17:37 +02:00
Remove more warnings in tests
This commit is contained in:
@ -7036,8 +7036,8 @@ testEmpty()
|
||||
{
|
||||
static_string<0> a;
|
||||
BOOST_TEST(a.size() == 0);
|
||||
BOOST_TEST(a.data());
|
||||
BOOST_TEST(!a.capacity());
|
||||
BOOST_TEST(a.data() != nullptr);
|
||||
BOOST_TEST(a.capacity() == 0);
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user