Skip to content
Commit 50b8d362 authored by Milian Wolff's avatar Milian Wolff
Browse files

properly take constness during overload resolution into account

we prefer non-const overloads to const ones if we are accessing
a non-const object now, this is also what g++ does by default
as far as I can see

BUG: 267877
parent 3a546dd1
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