aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/StdList
diff options
context:
space:
mode:
Diffstat (limited to 'Eigen/StdList')
-rw-r--r--Eigen/StdList4
1 files changed, 1 insertions, 3 deletions
diff --git a/Eigen/StdList b/Eigen/StdList
index a6737593e..d914ded4f 100644
--- a/Eigen/StdList
+++ b/Eigen/StdList
@@ -28,9 +28,7 @@
#include "Core"
#include <list>
-#if (defined(_MSC_VER) && defined(_WIN64)) || /* MSVC auto aligns in 64 bit builds */ \
- (defined(_MSC_VER) && _MSC_VER >= 1600) || /* MSVC 2010 ships alignment compatible STL libs */ \
- (defined(_GLIBCXX_VECTOR) && (!EIGEN_GNUC_AT_LEAST(4,1))) /* Note that before gcc-4.1 we already have: std::vector::resize(size_type,const T&). */
+#if (defined(_MSC_VER) && defined(_WIN64)) /* MSVC auto aligns in 64 bit builds */
#define EIGEN_DEFINE_STL_LIST_SPECIALIZATION(...)