Skip to content

Header does not compile in C++20 mode

The issue is caused by the new rules around generating reversed candidate operators for operator==. This patch should work in C++98 mode and resolve the issue for C++20: eigen_cxx20.patch

Edited by David Stone