From aa7fb5291fb831f855ece9a9fbf7d3f7ab8d0a3b Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 26 Mar 2023 02:16:04 +1100 Subject: Pacify clang, and more noexcept. --- src/lib/util/strformat.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/lib/util/strformat.cpp') 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 const &); -template std::string string_format(format_argument_pack &&); -template std::string string_format(std::locale const &, format_argument_pack const &); -template std::string string_format(std::locale const &, format_argument_pack &&); - -template std::wstring string_format(format_argument_pack const &); -template std::wstring string_format(format_argument_pack &&); -template std::wstring string_format(std::locale const &, format_argument_pack const &); -template std::wstring string_format(std::locale const &, format_argument_pack &&); - } // namespace util -- cgit v1.2.3-70-g09d2