Open andyrtr opened 6 months ago
Bug report about this on gentoo: https://bugs.gentoo.org/933863 Full build log: https://bugs.gentoo.org/attachment.cgi?id=895456
ICU-75.1 increased its C++ standard requirement to C++17 while slop is currently built with C++11.
std::enable_if_t was added in C++14.
Probably not the best solution, but you can just change the CXX_STANDARD lines in CMakeLists.txt from 11 to 17 and it compiles again.
Building with icu 75.1 fails: