From b2e221578313504ccb4e769750ef8673c294417f Mon Sep 17 00:00:00 2001 From: Krystian Stasiowski Date: Fri, 18 Oct 2019 20:52:07 -0400 Subject: [PATCH] Somehow, git missed this line --- include/boost/fixed_string/impl/fixed_string.hpp | 1 + 1 file changed, 1 insertion(+) 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(