Skip to content
Commit 3cd06f92 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Removed unnecessary getView methods which return non-modifiable view

getConstView should be always used for const operations, because
explicit is better than implicit. Overloading one method for cases which
have a completely different type (ConstViewType is *not* just a
const-qualified ViewType) can be very unclear (or even ambiguous) in
certain cases.
parent 10077404
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