From 0e29354bc03a12d4c8993add643d129089212414 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 30 Nov 2023 10:55:41 +0100 Subject: [PATCH] docs: TODO note added to `unit_symbol()` --- src/core/include/mp-units/unit.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/include/mp-units/unit.h b/src/core/include/mp-units/unit.h index ffe8dc16b..86b50ee3d 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) {