summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/util/strformat.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2023-03-26 02:16:04 +1100
committer Vas Crabb <vas@vastheman.com>2023-03-26 02:16:04 +1100
commitaa7fb5291fb831f855ece9a9fbf7d3f7ab8d0a3b (patch)
treec294f4283db11fd0d2b4c0a2742bbe5195d9ee7b /src/lib/util/strformat.h
parent4cf33cfe0a427d24d754c134eb94b9d1a67da637 (diff)
Pacify clang, and more noexcept.
Diffstat (limited to 'src/lib/util/strformat.h')
-rw-r--r--src/lib/util/strformat.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/util/strformat.h b/src/lib/util/strformat.h
index e68cacec529..f09965bc002 100644
--- a/src/lib/util/strformat.h
+++ b/src/lib/util/strformat.h
@@ -1908,16 +1908,6 @@ extern template std::wostream::off_type stream_format(std::wostream &, format_ar
} // namespace detail
-extern template std::string string_format(format_argument_pack<char> const &);
-extern template std::string string_format(format_argument_pack<char> &&);
-extern template std::string string_format(std::locale const &, format_argument_pack<char> const &);
-extern template std::string string_format(std::locale const &, format_argument_pack<char> &&);
-
-extern template std::wstring string_format(format_argument_pack<wchar_t> const &);
-extern template std::wstring string_format(format_argument_pack<wchar_t> &&);
-extern template std::wstring string_format(std::locale const &, format_argument_pack<wchar_t> const &);
-extern template std::wstring string_format(std::locale const &, format_argument_pack<wchar_t> &&);
-
} // namespace util
#endif // MAME_UTIL_STRFORMAT_H