diff --git a/include/boost/fixed_string/impl/fixed_string.hpp b/include/boost/fixed_string/impl/fixed_string.hpp index 056d6a0..cf8f982 100644 --- a/include/boost/fixed_string/impl/fixed_string.hpp +++ b/include/boost/fixed_string/impl/fixed_string.hpp @@ -569,6 +569,7 @@ swap(fixed_string& s) Traits::copy(&s_[0], &tmp.s_[0], n_ + 1); } +template auto fixed_string:: replace(