From 87a0408c64291ac18497c5eb60b45111ecf3fc42 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 7 Oct 2018 12:58:20 -0700 Subject: [PATCH] Fix ostream.h build --- include/fmt/ostream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...);