eigen/unsupported/Eigen
Antonio Sanchez 8f8c2ba2fe Remove bad "take" impl that causes g++-11 crash.
For some reason, having `take<n, numeric_list<T>>` for `n > 0` causes
g++-11 to ICE with
```
sorry, unimplemented: unexpected AST of kind nontype_argument_pack
```
It does work with other versions of gcc, and with clang.
I filed a GCC bug
[here](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102999).

Technically we should never actually run into this case, since you
can't take n > 0 elements from an empty list.  Commenting it out
allows our Eigen tests to pass.
2021-11-01 17:04:41 +00:00
..
CXX11 Remove bad "take" impl that causes g++-11 crash. 2021-11-01 17:04:41 +00:00
src Fix some typos found 2021-09-23 15:22:00 +00:00
AdolcForward Issue an error in case of direct inclusion of internal headers. 2021-09-10 19:12:26 +00:00
AlignedVector3 Issue an error in case of direct inclusion of internal headers. 2021-09-10 19:12:26 +00:00
ArpackSupport Remove vim specific comments to recognoize correct file-type. 2021-02-09 09:13:09 +01:00
AutoDiff Issue an error in case of direct inclusion of internal headers. 2021-09-10 19:12:26 +00:00
BVH
CMakeLists.txt
EulerAngles
FFT Issue an error in case of direct inclusion of internal headers. 2021-09-10 19:12:26 +00:00
IterativeSolvers updated documentation 2021-08-31 22:58:28 +00:00
KroneckerProduct Issue an error in case of direct inclusion of internal headers. 2021-09-10 19:12:26 +00:00
LevenbergMarquardt Issue an error in case of direct inclusion of internal headers. 2021-09-10 19:12:26 +00:00
MatrixFunctions Issue an error in case of direct inclusion of internal headers. 2021-09-10 19:12:26 +00:00
MoreVectorization
MPRealSupport
NonLinearOptimization Issue an error in case of direct inclusion of internal headers. 2021-09-10 19:12:26 +00:00
NumericalDiff Issue an error in case of direct inclusion of internal headers. 2021-09-10 19:12:26 +00:00
OpenGLSupport Issue an error in case of direct inclusion of internal headers. 2021-09-10 19:12:26 +00:00
Polynomials Remove vim specific comments to recognoize correct file-type. 2021-02-09 09:13:09 +01:00
Skyline
SparseExtra Matrixmarket extension 2021-09-02 17:23:33 +00:00
SpecialFunctions Issue an error in case of direct inclusion of internal headers. 2021-09-10 19:12:26 +00:00
Splines