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

Does it work on gcc13? #169

Closed lednakashim closed 5 months ago

lednakashim commented 5 months ago

getting header related errors like

/include/frozen/bits/pmh.h:59:3: error: 'uint64_t' does not name a type
   59 |   uint64_t seed;
serge-sans-paille commented 5 months ago

Hey @lednakashim. It looks like you're not using the latest version. This but got fixed in 5af40b3f9e03116aa2de4d55b53b9629e5988480

serge-sans-paille commented 5 months ago

see #170 for CI activated with gcc13