Skip to content

Commit

Permalink
fix for nvcc_wrapper compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
pkestene authored and vitaut committed Mar 8, 2017
1 parent e3b5d80 commit 6c3aa28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fmt/ostream.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ class is_streamable {
} // namespace internal

// Formats a value.
template <typename Char, typename ArgFormatter, typename T>
void format_arg(BasicFormatter<Char, ArgFormatter> &f,
template <typename Char, typename ArgFormatter_, typename T>
void format_arg(BasicFormatter<Char, ArgFormatter_> &f,
const Char *&format_str, const T &value) {
internal::MemoryBuffer<Char, internal::INLINE_BUFFER_SIZE> buffer;

Expand Down

0 comments on commit 6c3aa28

Please sign in to comment.