Diffusion KWin 90a33a4bc289

Fix two more const / non-const iterator mismatches.

Authored by ahartmetz on Apr 7 2017, 6:36 PM.

Description

Fix two more const / non-const iterator mismatches.

I did some research with the result that such comparisons are indeed
not standardized to be legal before C++14. In C++14 they are.
These microoptimizations can thus be re-enabled when C++14 becomes
the required version.

Details

Committed
ahartmetzApr 7 2017, 6:38 PM
Parents
R108:0fa4c27c66ba: Fix build: Compare non-const iterator with non-const iterator
Branches
Unknown
Tags
Unknown