From bfbdc2be9a07eb67b8e084a825eee97f0c6504f3 Mon Sep 17 00:00:00 2001 From: Marcel Breyer Date: Thu, 9 Jan 2025 09:25:45 +0100 Subject: [PATCH] Add parameter to the fallback to_sys function. --- include/fmt/chrono.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/fmt/chrono.h b/include/fmt/chrono.h index 76bbb909..50c777c8 100644 --- a/include/fmt/chrono.h +++ b/include/fmt/chrono.h @@ -261,7 +261,7 @@ namespace detail { using utc_clock = std::chrono::utc_clock; #else struct utc_clock { - void to_sys(); + template void to_sys(T); }; #endif