serge-sans-paille / frozen

a header-only, constexpr alternative to gperf for C++14 users
Apache License 2.0
1.27k stars 103 forks source link

Fix test build problems with recent glibc versions. #139

Closed Thelta closed 2 years ago

Thelta commented 2 years ago

Users with recent glibc couldn't build tests because there were compability issues with catch2. Updating to 2.13.8 fixes it. Fixes #138

serge-sans-paille commented 2 years ago

Clean and simple, thanks!