Skip to content
Snippets Groups Projects
Commit 35646689 authored by Antonio Sánchez's avatar Antonio Sánchez
Browse files

Fix overalign check.

parent f3929ac7
No related branches found
No related tags found
No related merge requests found
......@@ -722,7 +722,7 @@
|| (EIGEN_GNUC_AT_LEAST(7,0)) \
|| ((!defined(__apple_build_version__)) && (EIGEN_COMP_CLANG>=500)) \
|| (( defined(__apple_build_version__)) && (__apple_build_version__>=10000000)) \
) && (!defined(EIGEN_COMP_ICC))
) && !EIGEN_COMP_ICC
#define EIGEN_HAS_CXX17_OVERALIGN 1
#else
#define EIGEN_HAS_CXX17_OVERALIGN 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment