From 52e9b906fff164b3198e3d7037cf020e42dedb53 Mon Sep 17 00:00:00 2001 From: Orange Date: Sun, 1 Mar 2026 13:32:13 +0300 Subject: [PATCH] added const --- include/omath/utility/color.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 == '}')