From 6c3aa28c9409e92af3afba88551bf5d130fba5ca 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 0234a43e..7e13a5a7 100644 --- a/fmt/ostream.h +++ b/fmt/ostream.h @@ -90,8 +90,8 @@ public: } // 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;