mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
remove the Matrix_ prefix
This commit is contained in:
@@ -70,7 +70,7 @@ struct Good8
|
||||
|
||||
struct Good9
|
||||
{
|
||||
Matrix<float,2,2,Matrix_DontAlign> m; // good: no alignment requested
|
||||
Matrix<float,2,2,DontAlign> m; // good: no alignment requested
|
||||
float f;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user