Remove the broken fmt::say function

This commit is contained in:
Victor Zverovich
2025-11-12 11:06:01 -08:00
parent 3fccfb8a80
commit fc17e825d9

View File

@@ -161,14 +161,6 @@ inline auto system_category() noexcept -> const std::error_category& {
} }
#endif // _WIN32 #endif // _WIN32
// std::system is not available on some platforms such as iOS (#2248).
#ifdef __OSX__
template <typename S, typename... Args, typename Char = char_t<S>>
void say(const S& fmt, Args&&... args) {
std::system(format("say \"{}\"", format(fmt, args...)).c_str());
}
#endif
// A buffered file. // A buffered file.
class buffered_file { class buffered_file {
private: private: