mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix ~40 typos found by codespell across the codebase
libeigen/eigen!2181 Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
@@ -422,7 +422,7 @@ void check_indexed_view() {
|
||||
A(last, last) = 1;
|
||||
// check weird non-const, non-lvalue scenarios
|
||||
{
|
||||
// in these scenarios, the objects are not declared 'const', and the compiler will atttempt to use the non-const
|
||||
// in these scenarios, the objects are not declared 'const', and the compiler will attempt to use the non-const
|
||||
// overloads without intervention
|
||||
|
||||
// non-const map to a const object
|
||||
|
||||
Reference in New Issue
Block a user