This commit is contained in:
2026-05-18 10:22:36 +03:00
parent a4fac65b7c
commit 2130d02090
+1 -1
View File
@@ -123,7 +123,7 @@ namespace omath
} }
[[nodiscard]] [[nodiscard]]
static consteval MatSize size() noexcept static constexpr MatSize size() noexcept
{ {
return {Rows, Columns}; return {Rows, Columns};
} }