diff --git a/include/fmt/ostream.h b/include/fmt/ostream.h index 186a7d84..45e57b5c 100644 --- a/include/fmt/ostream.h +++ b/include/fmt/ostream.h @@ -142,7 +142,7 @@ inline void vprint(std::basic_ostream &os, \endrst */ template -inline typename std::enable_if::value>::type +inline typename std::enable_if::value>::type print(std::basic_ostream &os, const S &format_str, const Args & ... args) { internal::checked_args ca(format_str, args...);