gulrak / filesystem

An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.
MIT License
1.34k stars 173 forks source link

Update Catch header to v2.13.7 to fix tests against glibc 2.34 #137

Closed chewi closed 2 years ago

chewi commented 2 years ago

The build failure was reported in Gentoo Linux. Fortunately Catch addressed it months ago. I have checked that the tests now pass.

gulrak commented 2 years ago

Thank you for the PR, indeed an update of catch was long due.