Add missing #endif directive in Macros.h

This commit is contained in:
David Tellenbach 2021-01-07 12:32:41 +01:00
parent cb654b1c45
commit 0bdc0dba20

View File

@ -666,6 +666,7 @@
#else
#define EIGEN_HAS_STD_RESULT_OF 0
#endif
#endif
#ifndef EIGEN_HAS_ALIGNAS
#if EIGEN_MAX_CPP_VER>=11 && EIGEN_HAS_CXX11 && \