This commit is contained in:
2025-09-03 12:50:31 +03:00
parent e8f40218dd
commit 8e4f1812cc
2 changed files with 1 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ namespace omath
}
[[nodiscard]]
constexpr Type& operator[](const size_t row, const size_t col) const
constexpr const Type& operator[](const size_t row, const size_t col) const
{
return at(row, col);
}