Update docs for insert, fixed exception specification for copy

This commit is contained in:
Krystian Stasiowski
2020-01-30 19:25:56 -05:00
parent 445938c0c4
commit 2c3f27475d
2 changed files with 325 additions and 102 deletions

View File

@ -553,7 +553,7 @@ template<std::size_t N, typename CharT, typename Traits>
BOOST_STATIC_STRING_CPP14_CONSTEXPR
auto
basic_static_string<N, CharT, Traits>::
copy(CharT* dest, size_type count, size_type pos) const noexcept ->
copy(CharT* dest, size_type count, size_type pos) const BOOST_STATIC_STRING_COND_NOEXCEPT ->
size_type
{
auto const s = subview(pos, count);