Skip to content

Fixed wrong type on Eigen::aligned_allocator. Allows compilation under macOS clang.

Daniel Renninghoff requested to merge master into master

Wrong usage of Eigen::aligned_allocator. For some reason gcc allows this while clang (atleast under macOS) complains. This commit fixes the wrong usage.

Merge request reports