Somehow, git missed this line

This commit is contained in:
Krystian Stasiowski
2019-10-18 20:52:07 -04:00
parent c2c50054f9
commit b2e2215783

View File

@ -569,6 +569,7 @@ swap(fixed_string<M, CharT, Traits>& s)
Traits::copy(&s_[0], &tmp.s_[0], n_ + 1);
}
template<std::size_t N, typename CharT, typename Traits>
auto
fixed_string<N, CharT, Traits>::
replace(