From 447f26956165c6dd6bf95ed235e994d3ecae9f77 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 6 Sep 2016 15:49:02 +0200 Subject: [PATCH] Disable previous workaround. --- Eigen/src/Core/CoreEvaluators.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Eigen/src/Core/CoreEvaluators.h b/Eigen/src/Core/CoreEvaluators.h index ece8c0fcf..7a5540593 100644 --- a/Eigen/src/Core/CoreEvaluators.h +++ b/Eigen/src/Core/CoreEvaluators.h @@ -393,7 +393,10 @@ struct nullary_wrapper template struct nullary_wrapper {}; -#if EIGEN_COMP_MSVC>0 +#if 0 && EIGEN_COMP_MSVC>0 +// Disable this ugly workaround. This is now handled in traits::match, +// but this piece of code might still become handly if some other weird compilation +// erros pop up again. // MSVC exhibits a weird compilation error when // compiling: