eigen/unsupported/Eigen/CXX11
Christian Seiler 58cfac9a12 unsupported/ C++11 workarounds: don't use hack for libc++ if not required
libc++ from 3.4 onwards supports constexpr std::get, but only if
compiled with -std=c++1y. Change the detection so that libc++'s
internals are only used if either -std=c++1y is not specified or the
library is too old, making the whole hack a bit more future-proof.
2014-06-04 18:47:42 +02:00
..
src unsupported/ C++11 workarounds: don't use hack for libc++ if not required 2014-06-04 18:47:42 +02:00
Core C++11/Tensor: Fix copyright headers 2013-11-16 00:03:23 +01:00
Tensor Fix compilation for CXX11/Tensor module if unsupported is not in include path 2014-06-04 18:31:02 +02:00
TensorSymmetry Fix compilation for CXX11/Tensor module if unsupported is not in include path 2014-06-04 18:31:02 +02:00