summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/strformat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/util/strformat.cpp')
-rw-r--r--src/lib/util/strformat.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/util/strformat.cpp b/src/lib/util/strformat.cpp
index 47bfdde6715..f62ba55dc2d 100644
--- a/src/lib/util/strformat.cpp
+++ b/src/lib/util/strformat.cpp
@@ -135,14 +135,4 @@ template std::wostream::off_type stream_format(std::wostream &, format_argument_
} // namespace detail
-template std::string string_format(format_argument_pack<char> const &);
-template std::string string_format(format_argument_pack<char> &&);
-template std::string string_format(std::locale const &, format_argument_pack<char> const &);
-template std::string string_format(std::locale const &, format_argument_pack<char> &&);
-
-template std::wstring string_format(format_argument_pack<wchar_t> const &);
-template std::wstring string_format(format_argument_pack<wchar_t> &&);
-template std::wstring string_format(std::locale const &, format_argument_pack<wchar_t> const &);
-template std::wstring string_format(std::locale const &, format_argument_pack<wchar_t> &&);
-
} // namespace util