Added comment

This commit is contained in:
Benoit Steiner 2016-03-23 16:22:15 -07:00
parent 81d340984a
commit 393bc3b16b

View File

@ -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)