Skip to content
Commit 94541ca9 authored by Àlex Fiestas's avatar Àlex Fiestas
Browse files

Add a workaround to avoid a crash produced by a GCC bug

This bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58800
in nth_element makes QtConcurrent::blockingFilter crash since underneath
QtConcurrent uses QtConcurrent::Median which uses nth_element.

We need the workaround so we can continue working on
kde-workspace/frameworks without having kded5 crashing.

CCMAIL: arysin@gmail.com
CCMAIL: mklapetek@kde.org
parent aa182d88
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment