From 27c3969e69f5525ccb0bc462a615a14142b5f178 Mon Sep 17 00:00:00 2001 From: Steven Le Rouzic Date: Thu, 28 Nov 2024 23:53:55 +0100 Subject: Add float utilities, & float formatting with dragonbox --- 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 9504701..ac51693 100644 --- a/asl/format.hpp +++ b/asl/format.hpp @@ -102,4 +102,6 @@ void AslFormat(Formatter& f, int16_t); void AslFormat(Formatter& f, int32_t); void AslFormat(Formatter& f, int64_t); +string_view format_uint64(uint64_t value, span buffer); + } // namespace asl -- cgit