Skip to content
Commit 90a33a4b authored by Andreas Hartmetz's avatar Andreas Hartmetz
Browse files

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.
parent 0fa4c27c
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