forked from boostorg/static_string
Somehow, git missed this line
This commit is contained in:
@ -569,6 +569,7 @@ swap(fixed_string<M, CharT, Traits>& s)
|
|||||||
Traits::copy(&s_[0], &tmp.s_[0], n_ + 1);
|
Traits::copy(&s_[0], &tmp.s_[0], n_ + 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
template<std::size_t N, typename CharT, typename Traits>
|
||||||
auto
|
auto
|
||||||
fixed_string<N, CharT, Traits>::
|
fixed_string<N, CharT, Traits>::
|
||||||
replace(
|
replace(
|
||||||
|
Reference in New Issue
Block a user