Skip to content
Commit b8d165de authored by Mark Kretschmann's avatar Mark Kretschmann
Browse files

Fix compilation with libc++. Workaround for QTBUG-25960.

Due to QTBUG-25960, compilation would fail with libc++ when STL algorithms
are used with Qt iterators. This patch works around the issue.

This should also fix compilation on OSX and FreeBSD, where Clang and libc++
is used by default.

BUG: 324075
FIXED-IN: 2.8.1
BACKPORT
parent f0f77203
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