From 2418bb60ccc9ddc56c3695abb601d7138bff3411 Mon Sep 17 00:00:00 2001 From: magni-mar <135731785+magni-mar@users.noreply.github.com> Date: Thu, 16 May 2024 13:40:48 +0000 Subject: [PATCH] add minutes to glaze (#554) --- libs/stx/inc/public/tfc/stx/glaze_meta.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/stx/inc/public/tfc/stx/glaze_meta.hpp b/libs/stx/inc/public/tfc/stx/glaze_meta.hpp index 5ff1e3de59..4d58ff8317 100644 --- a/libs/stx/inc/public/tfc/stx/glaze_meta.hpp +++ b/libs/stx/inc/public/tfc/stx/glaze_meta.hpp @@ -53,6 +53,8 @@ inline constexpr auto make_ratio_symbol() -> std::string_view { return "P"; } else if constexpr (std::is_same_v) { return "E"; + } else if constexpr (std::is_same_v>) { + return "ratio<60>"; } else { []() { static_assert(flag, "Missing ratio symbol, please add it to the list.");