From d7f9ab6e8535d52e1e5031a1c63c7ef26a051549 Mon Sep 17 00:00:00 2001 From: Orange Date: Fri, 19 Jun 2026 01:09:31 +0300 Subject: [PATCH] added noexcept --- include/omath/linear_algebra/vector2.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/omath/linear_algebra/vector2.hpp b/include/omath/linear_algebra/vector2.hpp index ae80bce..9cc79ca 100644 --- a/include/omath/linear_algebra/vector2.hpp +++ b/include/omath/linear_algebra/vector2.hpp @@ -285,7 +285,7 @@ template struct std::formatter> // NOLINT(*-dcl58-cpp) { [[nodiscard("You must use parse iterator")]] - static constexpr auto parse(std::format_parse_context& ctx) + static constexpr auto parse(std::format_parse_context& ctx) noexcept { return ctx.begin(); }