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

add meson build #130

Open neheb opened 2 years ago

neheb commented 2 years ago
ERROR: Neither directory contains a build file meson.build.

Kinda stuck here...

serge-sans-paille commented 2 years ago

@neheb thanks for working on this. Do you consider this PR ready for review?

eli-schwartz commented 2 years ago

Porting tests/CMakeLists.txt to meson would be nice. :) It's a fairly simple addition of a couple executables.

neheb commented 2 years ago

@serge-sans-paille this is ready. Only problem I see is:

../tests/test_unordered_set.cpp:68:42: error: modification of ‘ze_set’ is not a constant expression
   68 |   constexpr auto nocount = ze_set.count(4);
risicle commented 1 year ago

I also get the above building 1.1.1 with gcc 11.3 on linux.