does cppcheck (2.0)supports c++14 and c++17 ?
not everything. but you can use --std=c++20. please let us know if you see some problems.
--std=c++20
I believe we can actually read nearly all code and check that. but then if checks handle all constructs well is another question.
Log in to post a comment.
does cppcheck (2.0)supports c++14 and c++17 ?
not everything. but you can use
--std=c++20
. please let us know if you see some problems.I believe we can actually read nearly all code and check that. but then if checks handle all constructs well is another question.