Skip to content

Commit fc17e82

Browse files
committed
Remove the broken fmt::say function
1 parent 3fccfb8 commit fc17e82

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

include/fmt/os.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -161,14 +161,6 @@ inline auto system_category() noexcept -> const std::error_category& {
161161
}
162162
#endif // _WIN32
163163

164-
// std::system is not available on some platforms such as iOS (#2248).
165-
#ifdef __OSX__
166-
template <typename S, typename... Args, typename Char = char_t<S>>
167-
void say(const S& fmt, Args&&... args) {
168-
std::system(format("say \"{}\"", format(fmt, args...)).c_str());
169-
}
170-
#endif
171-
172164
// A buffered file.
173165
class buffered_file {
174166
private:

0 commit comments

Comments
 (0)