mirror of
https://github.com/boostorg/static_string.git
synced 2025-07-27 19:17:37 +02:00
Cleanup overload constraints, improve append
This commit is contained in:
@ -1993,7 +1993,7 @@ testAppend()
|
||||
std::out_of_range);
|
||||
static_string<3> s5("12");
|
||||
BOOST_TEST_THROWS(
|
||||
(s5.append(s1, 1)),
|
||||
(s5.append(s1, 1, 2)),
|
||||
std::length_error);
|
||||
}
|
||||
{
|
||||
|
Reference in New Issue
Block a user