| commit | c2c0f6f64b5c512724b9979d2841b49547f28104 | [log] [tgz] |
|---|---|---|
| author | Antonio Sanchez <cantonios@google.com> | Fri Jun 18 13:06:04 2021 -0700 |
| committer | Rasmus Munk Larsen <rmlarsen@google.com> | Mon Jun 21 17:26:07 2021 +0000 |
| tree | ca91ca3e9be258c5109b8e4b3ef8454498f9748e | |
| parent | ee4e099aa24e60965f5bb2accb15e0371be04e97 [diff] |
Fix fix<> for gcc-4.9.3. There's a missing `EIGEN_HAS_CXX14` -> `EIGEN_HAS_CXX14_VARIABLE_TEMPLATES` replacement. Fixes ##2267 (cherry picked from commit 35a367d557078462a0793c88c44dcad64fc63698)
Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.
For more information go to http://eigen.tuxfamily.org/.
For pull request, bug reports, and feature requests, go to https://gitlab.com/libeigen/eigen.