]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Helgrind regtest: use older C++ dialect for bug392331.cpp
authorPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 10 Sep 2025 19:53:22 +0000 (21:53 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Wed, 10 Sep 2025 19:53:22 +0000 (21:53 +0200)
commitba81960352892d52ec7a1efc381697a8656b12e7
tree6ee7c8520524ed448337e150549b8339ee806e15
parent6c6d09e102f5436c4aad672ccfb0544826de3fbe
Helgrind regtest: use older C++ dialect for bug392331.cpp

Old versions of GCC (like 6.3) claim some C++17 support but
apparently not CTAD
https://en.cppreference.com/w/cpp/language/class_template_argument_deduction.html
So, go backwards and explicitly give the std::mutex template type for the locks.
helgrind/tests/bug392331.cpp