Details
-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
5.14.2
-
None
-
Visual Studio 2019, version 16.6.0, compiler option c++latest
Description
Qt is not compilable in Visual Studio 2019, version 16.6.0, with option c++latest.
The problem is in use of template std::result_of. This template has been removed from c++20, and Qt is using it. Instead of std::result_of, std::invoke_result should be used.
Attachments
Issue Links
- duplicates
-
QTBUG-82240 C++20 removed std::result_of
- Closed