aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/Core')
-rw-r--r--Eigen/Core4
1 files changed, 2 insertions, 2 deletions
diff --git a/Eigen/Core b/Eigen/Core
index fb017db5a..5d8034900 100644
--- a/Eigen/Core
+++ b/Eigen/Core
@@ -203,6 +203,8 @@ inline static const char *SimdInstructionSetsInUse(void) {
#endif
}
+} // end namespace Eigen
+
#define STAGE10_FULL_EIGEN2_API 10
#define STAGE20_RESOLVE_API_CONFLICTS 20
#define STAGE30_FULL_EIGEN3_API 30
@@ -368,8 +370,6 @@ using std::ptrdiff_t;
#include "src/Core/Assign_MKL.h"
#endif
-} // namespace Eigen
-
#include "src/Core/GlobalFunctions.h"
#include "src/Core/util/ReenableStupidWarnings.h"