You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the package review for Fedora, Benson Muite pointed out that the tests only fail to compile in C++17 mode, so I’m working around this for the time being by hacking up test/CMakeLists.txt to pretend that C++17 mode is unavailable. At least that way I can still run the tests in C++98, C++11, and C++14 modes.
Using GCC 14.2.1 in Fedora 41, the current
master
7503c54 fails to compile:If I
git checkout v2.0.0
and try again, the result is similar.The text was updated successfully, but these errors were encountered: