From ee2e68f44f7b9ee099f98b668257b5d57a86a695 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 10 Aug 2021 18:14:30 +0100 Subject: Enable numeric conversion warning and fix the fallout --- lib/compileTimeFormatter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/compileTimeFormatter.h') diff --git a/lib/compileTimeFormatter.h b/lib/compileTimeFormatter.h index e45a3d9..647fb30 100644 --- a/lib/compileTimeFormatter.h +++ b/lib/compileTimeFormatter.h @@ -133,7 +133,7 @@ namespace MyGrate { template static inline void - appendStream(stream & s, const char_type * p, size_t n) + appendStream(stream & s, const char_type * p, std::streamsize n) { s.write(p, n); } -- cgit v1.2.3