From 0bdc0dba2058acea3af4624cf6419c49feacf554 Mon Sep 17 00:00:00 2001 From: David Tellenbach Date: Thu, 7 Jan 2021 12:32:41 +0100 Subject: Add missing #endif directive in Macros.h --- Eigen/src/Core/util/Macros.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Eigen/src/Core/util/Macros.h') diff --git a/Eigen/src/Core/util/Macros.h b/Eigen/src/Core/util/Macros.h index 6ef90d54f..fb7a144a5 100644 --- a/Eigen/src/Core/util/Macros.h +++ b/Eigen/src/Core/util/Macros.h @@ -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 && \ -- cgit v1.2.3