cppcheck: commit 62702a6
built with: make MATCHCOMPILER=yes FILESDIR=/usr/share/cppcheck HAVE_RULES=yes
$ cppcheck --enable=all --inconclusive main.cpp
Checking main.cpp ...
main.cpp:3:10: style:inconclusive: Technically the member function 'A::get' can be const. [functionConst]
auto get() -> int & { return x; }
^
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
cppcheck: commit 62702a6
built with: make MATCHCOMPILER=yes FILESDIR=/usr/share/cppcheck HAVE_RULES=yes
Thanks! I have created ticket https://trac.cppcheck.net/ticket/9814