From a0f16477f959ba971af7f1cb6d6bbeb47d7b0381 Mon Sep 17 00:00:00 2001 From: Pierre Kestener Date: Tue, 7 Mar 2017 23:08:40 +0100 Subject: [PATCH] fix for nvcc_wrapper compiler --- fmt/ostream.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fmt/ostream.h b/fmt/ostream.h index 0234a43e3417..7e13a5a71ed3 100644 --- a/fmt/ostream.h +++ b/fmt/ostream.h @@ -90,8 +90,8 @@ class is_streamable { } // namespace internal // Formats a value. -template -void format_arg(BasicFormatter &f, +template +void format_arg(BasicFormatter &f, const Char *&format_str, const T &value) { internal::MemoryBuffer buffer;