When trivial, replace iterators with the const version.
Details
Details
Diff Detail
Diff Detail
- Repository
- R127 KWayland
- Branch
- master
- Lint
Lint Errors Excuse: ignore this Severity Location Code Message Error src/client/keystate.h:50 Cppcheck unknownMacro - Unit
No Unit Test Coverage - Build Status
Buildable 16501 Build 16519: arc lint + arc unit
src/server/output_interface.cpp | ||
---|---|---|
119 ↗ | (On Diff #65946) | constEnd |
src/client/registry.cpp | ||
---|---|---|
879 ↗ | (On Diff #65946) | constEnd |
Comment Actions
If the container is const already there's no real reason to explicitly use constBegin which is effectively the same