Skip to content
Snippets Groups Projects
Commit c4150b4d authored by Martin Storsjö's avatar Martin Storsjö
Browse files

contrib: qt: Backport a patch to fix compiling with latest libc++

The class std::unary_function was deprecated in C++11 and is removed
in C++17. The latest libc++ has caught up with this and now hides
this class when building in C++17 or C++20 mode.

Backport a patch from Qt v5.11.1 that removes usage of this class.
parent 3b3cb628
No related branches found
No related tags found
Loading
Pipeline #236076 passed with stage
in 1 hour, 12 minutes, and 24 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment