Closed wojdyr closed 1 month ago
I am not sure what is the right thing to do here as I don't use Eigen personally in my own work.
If this actually an issue in Eigen, my thought would be to disable this test in the test suite, or failing compilation with an error message when a too old version of Eigen is detected.
cc @ManifoldFR @WKarel
I will close this, it seems like more of an issue with Eigen rather than nanobind.
Problem description
git master
I tried the tests on old laptop with Ubuntu 20.04, which has Eigen 3.3.7.
Checking this assertion in git history, it was removed before Eigen 3.4: https://gitlab.com/libeigen/eigen/-/commit/0668c68b031351488712f21290c77412b02c5de8
Reproducible example code
No response