Cleanup overload constraints, improve append

This commit is contained in:
Krystian Stasiowski
2020-02-21 19:00:54 -05:00
parent 38185d5942
commit e7f8fc3bd8
2 changed files with 232 additions and 259 deletions

View File

@ -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);
}
{