Skip to content

Commit

Permalink
add minutes to glaze (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
magni-mar authored May 16, 2024
1 parent b270cbb commit 2418bb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/stx/inc/public/tfc/stx/glaze_meta.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ inline constexpr auto make_ratio_symbol() -> std::string_view {
return "P";
} else if constexpr (std::is_same_v<type, std::exa>) {
return "E";
} else if constexpr (std::is_same_v<type, std::ratio<60>>) {
return "ratio<60>";
} else {
[]<bool flag = false>() {
static_assert(flag, "Missing ratio symbol, please add it to the list.");
Expand Down

0 comments on commit 2418bb6

Please sign in to comment.