diff options
Diffstat (limited to 'asl/format.hpp')
-rw-r--r-- | asl/format.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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);
|