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(); }