Haiku / S3_1 / meson / Qt5-client build fails. It's giving errors about C++20 'this' capture style in not-a-C++20 mode. The problem seems to be simply that the configure check for C++20 capture style doesn't use -Werror (so the warnings are ignored as long as the feature still works) but actual build does have -Werror.
Haiku / S3_1 / meson / Qt5-client build fails. It's giving errors about C++20 'this' capture style in not-a-C++20 mode. The problem seems to be simply that the configure check for C++20 capture style doesn't use -Werror (so the warnings are ignored as long as the feature still works) but actual build does have -Werror.