summaryrefslogtreecommitdiffhomepage
path: root/eigen/Eigen/src/StlSupport/StdDeque.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-03-25 14:17:07 +0100
committerStanislaw Halik <sthalik@misaki.pl>2017-03-25 14:17:07 +0100
commit35f7829af10c61e33dd2e2a7a015058e11a11ea0 (patch)
tree7135010dcf8fd0a49f3020d52112709bcb883bd6 /eigen/Eigen/src/StlSupport/StdDeque.h
parent6e8724193e40a932faf9064b664b529e7301c578 (diff)
update
Diffstat (limited to 'eigen/Eigen/src/StlSupport/StdDeque.h')
-rw-r--r--eigen/Eigen/src/StlSupport/StdDeque.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eigen/Eigen/src/StlSupport/StdDeque.h b/eigen/Eigen/src/StlSupport/StdDeque.h
index 69a46b2..cf1fedf 100644
--- a/eigen/Eigen/src/StlSupport/StdDeque.h
+++ b/eigen/Eigen/src/StlSupport/StdDeque.h
@@ -45,7 +45,7 @@ namespace std \
}
// check whether we really need the std::deque specialization
-#if !(defined(_GLIBCXX_DEQUE) && (!EIGEN_GNUC_AT_LEAST(4,1))) /* Note that before gcc-4.1 we already have: std::deque::resize(size_type,const T&). */
+#if !EIGEN_HAS_CXX11_CONTAINERS && !(defined(_GLIBCXX_DEQUE) && (!EIGEN_GNUC_AT_LEAST(4,1))) /* Note that before gcc-4.1 we already have: std::deque::resize(size_type,const T&). */
namespace std {