diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/compileTimeFormatter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/compileTimeFormatter.h b/lib/compileTimeFormatter.h index 3779454..e45a3d9 100644 --- a/lib/compileTimeFormatter.h +++ b/lib/compileTimeFormatter.h @@ -255,6 +255,8 @@ namespace MyGrate { concept Writable = requires(T s) { {s << 0}; + {s << ""}; + {s.write("", 0U)}; }; template<const Support::basic_fixed_string Str, Writable stream, typename... Pn> inline auto & |