mirror of
https://github.com/boostorg/static_string.git
synced 2026-01-26 00:22:20 +01:00
committed by
Alan de Freitas
parent
9c3d5febe7
commit
82ff4e0679
@@ -674,6 +674,13 @@ testAssignment()
|
||||
|
||||
s_long.assign(s_long.data() + 2, 8);
|
||||
BOOST_TEST(s_long == "rem ipsu");
|
||||
|
||||
// issue #41
|
||||
{
|
||||
boost::static_strings::static_string<0> a;
|
||||
auto b = a;
|
||||
BOOST_TEST(b == "");
|
||||
}
|
||||
}
|
||||
|
||||
// done
|
||||
|
||||
Reference in New Issue
Block a user