yixuan / spectra

A header-only C++ library for large scale eigenvalue problems
https://spectralib.org
Mozilla Public License 2.0
745 stars 131 forks source link

C++20 compatability fix #124

Closed shivupa closed 3 years ago

shivupa commented 3 years ago

Per this, the code needed a minor change when building using the c++20 standard (tested with g++11.1.0).

yixuan commented 3 years ago

Thanks for the fix!