add missing inline keywords (compilation error) spotted by timvdm

This commit is contained in:
Benoit Jacob
2009-01-08 20:20:11 +00:00
parent 208b273106
commit 003d0ce03e
2 changed files with 6 additions and 4 deletions

View File

@@ -37,8 +37,10 @@ template <typename T, int Size, int MatrixOptions,
ei_matrix_array()
{
#ifndef EIGEN_DISABLE_UNALIGNED_ARRAY_ASSERT
ei_assert((reinterpret_cast<size_t>(array) & 0xf) == 0
&& "this assertion is explained here: http://eigen.tuxfamily.org/api/UnalignedArrayAssert.html **** READ THIS WEB PAGE !!! ****");
#endif
}
};