cppcheck
cppcheck copied to clipboard
Add pure/const function attribute (refs #12695)
How do we proceed here? @danmar @orbitcowboy
- attribute-const and member-const are mixed up in the library, since there is only one
<const/>for both - How will we deduce presence/absence of side effects going forward?