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 closure types not being literal types and thus not constexpr-comp… #151

Closed serge-sans-paille closed 1 year ago

serge-sans-paille commented 1 year ago

…atible

Closure types are literal types only starting with C++17, don't use them in our C++14 compatible code base.

Fix #150