added noexcept

This commit is contained in:
2026-06-19 01:09:31 +03:00
parent ceecdde9dc
commit d7f9ab6e85
+1 -1
View File
@@ -285,7 +285,7 @@ template<class Type>
struct std::formatter<omath::Vector2<Type>> // 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();
}