summaryrefslogtreecommitdiffhomepage
path: root/eigen/Eigen/src/StlSupport/StdList.h
diff options
context:
space:
mode:
Diffstat (limited to 'eigen/Eigen/src/StlSupport/StdList.h')
-rw-r--r--eigen/Eigen/src/StlSupport/StdList.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/eigen/Eigen/src/StlSupport/StdList.h b/eigen/Eigen/src/StlSupport/StdList.h
index 050c237..e1eba49 100644
--- a/eigen/Eigen/src/StlSupport/StdList.h
+++ b/eigen/Eigen/src/StlSupport/StdList.h
@@ -43,8 +43,8 @@ namespace std \
}; \
}
-// check whether we really need the std::vector specialization
-#if !(defined(_GLIBCXX_VECTOR) && (!EIGEN_GNUC_AT_LEAST(4,1))) /* Note that before gcc-4.1 we already have: std::list::resize(size_type,const T&). */
+// check whether we really need the std::list specialization
+#if !EIGEN_HAS_CXX11_CONTAINERS && !(defined(_GLIBCXX_LIST) && (!EIGEN_GNUC_AT_LEAST(4,1))) /* Note that before gcc-4.1 we already have: std::list::resize(size_type,const T&). */
namespace std
{