diff --git a/include/omath/utility/color.hpp b/include/omath/utility/color.hpp index b815419..0f848ee 100644 --- a/include/omath/utility/color.hpp +++ b/include/omath/utility/color.hpp @@ -207,7 +207,7 @@ struct std::formatter // NOLINT(*-dcl58-cpp) constexpr auto parse(std::format_parse_context& ctx) { - auto it = ctx.begin(); + const auto it = ctx.begin(); const auto end = ctx.end(); if (it == end || *it == '}')