fix doc generation with doxygen 1.14 & 1.15

libeigen/eigen!2095

Closes #2976
This commit is contained in:
Guilhem Saurel
2025-12-16 19:54:18 +00:00
committed by Rasmus Munk Larsen
parent 4f14da11d9
commit 976f15ebca
5 changed files with 4 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ Hello! You are seeing this webpage because your program terminated on an asserti
my_program: path/to/eigen/Eigen/src/Core/DenseStorage.h:44:
Eigen::internal::matrix_array<T, Size, MatrixOptions, Align>::internal::matrix_array()
[with T = double, int Size = 2, int MatrixOptions = 2, bool Align = true]:
Assertion `(reinterpret_cast<size_t>(array) & (sizemask)) == 0 && "this assertion
Assertion (reinterpret_cast<size_t>(array) & (sizemask)) == 0 && "this assertion
is explained here: http://eigen.tuxfamily.org/dox-devel/group__TopicUnalignedArrayAssert.html
**** READ THIS WEB PAGE !!! ****"' failed.
</pre>