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

1
.idea/vcs.xml generated
View File

@@ -3,6 +3,5 @@
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
<mapping directory="$PROJECT_DIR$/extlibs/googletest" vcs="Git" />
<mapping directory="$PROJECT_DIR$/extlibs/vcpkg" vcs="Git" />
</component>
</project>

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