From 587d2dbd4336041e2a0ba8c669eab3e1d6fc6bb9 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Thu, 2 Oct 2025 20:17:00 -0500 Subject: [PATCH] to_string.hpp --- src/to_string.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/to_string.hpp b/src/to_string.hpp index 18561bef..f9fb7d9f 100644 --- a/src/to_string.hpp +++ b/src/to_string.hpp @@ -29,6 +29,7 @@ namespace str { std::string to(const bool); std::string to(const int); + std::string to(const uint32_t); std::string to(const uint64_t); std::string to(const int64_t); std::string to(const std::string&);