Open lukevalenty opened 4 months ago
pseudo_pext.cpp
uses a C++23 feature (static variable in constexpr function); either needs to be changed for C++20 or run only with appropriate toolchainsgen_map_data.py
as part of the build; don't keep generated source in the repopseudo_pext.cpp
crashes clang-18; doesn't build with clang-17 or gcc-13 (what I've tried so far)
Lots of feedback to refactor the pseudo_pext benchmark code in https://github.com/intel/compile-time-init-build/pull/535, this issue is being filed to track it's completion.