From e1f9d9ca1ef3c69da3b887b0af298be0aea4a5f9 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic <steven.lerouzic@gmail.com> Date: Wed, 23 Oct 2024 00:20:05 +0200 Subject: More work on testing framework --- asl/format.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'asl/format.hpp') diff --git a/asl/format.hpp b/asl/format.hpp index b4cb439..386a39c 100644 --- a/asl/format.hpp +++ b/asl/format.hpp @@ -81,6 +81,8 @@ void AslFormat(formatter& f, const char (&str)[N]) f.write(str, N - 1); } +void AslFormat(formatter& f, const char* str); + void AslFormat(formatter& f, float); void AslFormat(formatter& f, double); -- cgit