aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/CXX11/src/Core/util
diff options
context:
space:
mode:
authorGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-03-23 16:22:15 -0700
committerGravatar Benoit Steiner <benoit.steiner.goog@gmail.com>2016-03-23 16:22:15 -0700
commit393bc3b16b413598b6c9dcbae722aafb5672d457 (patch)
tree10b8061aee9caccd01ca38af09b7a89f17454120 /unsupported/Eigen/CXX11/src/Core/util
parent81d340984ae40642eed46cbfb3a817d841d85de1 (diff)
Added comment
Diffstat (limited to 'unsupported/Eigen/CXX11/src/Core/util')
-rw-r--r--unsupported/Eigen/CXX11/src/Core/util/EmulateArray.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/CXX11/src/Core/util/EmulateArray.h b/unsupported/Eigen/CXX11/src/Core/util/EmulateArray.h
index efe688e50..579519b04 100644
--- a/unsupported/Eigen/CXX11/src/Core/util/EmulateArray.h
+++ b/unsupported/Eigen/CXX11/src/Core/util/EmulateArray.h
@@ -13,7 +13,7 @@
// The array class is only available starting with cxx11. Emulate our own here
-// if needed.
+// if needed. Beware, msvc still doesn't advertise itself as a c++11 compiler!
// Moreover, CUDA doesn't support the STL containers, so we use our own instead.
#if (__cplusplus <= 199711L && EIGEN_COMP_MSVC < 1900) || defined(__CUDACC__) || defined(EIGEN_AVOID_STL_ARRAY)