mirror of
https://github.com/boostorg/static_string.git
synced 2025-07-29 20:17:35 +02:00
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);
|
||||
}
|
||||
|
||||
template<std::size_t N, typename CharT, typename Traits>
|
||||
auto
|
||||
fixed_string<N, CharT, Traits>::
|
||||
replace(
|
||||
|
Reference in New Issue
Block a user