mirror of
https://github.com/kennethreitz/static_string.git
synced 2026-06-05 23:00:20 +00: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