diff --git a/src/core/include/mp-units/unit.h b/src/core/include/mp-units/unit.h index ffe8dc16..86b50ee3 100644 --- a/src/core/include/mp-units/unit.h +++ b/src/core/include/mp-units/unit.h @@ -818,6 +818,8 @@ template } // namespace detail + +// TODO Refactor to `unit_symbol(U, fmt)` when P1045: constexpr Function Parameters is available template [[nodiscard]] constexpr auto unit_symbol(U) {