Qt: "implicit capture of 'this' with '[=]'is deprecated in C++20"
Breaks clang builds. Seems like configure check is not strict enough.
Reply To cazfi
Breaks clang builds. Seems like configure check is not strict enough.
Attached version uses -Werror also configure time.
Qt-client build with latest C++ standards gives deprecation warnings about capturing 'this' with '[=]'.
I think this is a deprecation between freeciv-3.0 and freeciv-3.1 (former does not use '[=]' at all)