]> git.ipfire.org Git - thirdparty/valgrind.git/commit
configure: add check for C++ constexpr if
authorPaul Floyd <pjfloyd@wanadoo.fr>
Thu, 11 Sep 2025 05:18:52 +0000 (07:18 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Thu, 11 Sep 2025 05:18:52 +0000 (07:18 +0200)
commit4247bab4b0880b5f69621e7ec407b9b0436d158e
tree22762c7d4227f553904c4f8ac05e08985ea3ae8e
parente22b4d14a959238b71aa7b9af2e8f4fa43d46fc8
configure: add check for C++ constexpr if

For old compilers like GCC 6.3 that suppoert -std=c++17 but not
constexpr if, which is a 17 feature.
configure.ac