Hi,
Some time ago I reported a couple of missing defines in the config lib boost.cfg and I think they got added in version 2.8 - for which thanks!
I have now discovered some more:
Today I was pleased to see that there is also a wxwidgets.cfg config lib and had need to use it. I have discovered that there is a missing define there too: there is a define for the CELL_RIGHT_DCLICK macro, but not the LEFT one:
Hi,
Some time ago I reported a couple of missing defines in the config lib boost.cfg and I think they got added in version 2.8 - for which thanks!
I have now discovered some more:
Today I was pleased to see that there is also a wxwidgets.cfg config lib and had need to use it. I have discovered that there is a missing define there too: there is a define for the CELL_RIGHT_DCLICK macro, but not the LEFT one:
I would be grateful if these can be added.
thanks,
David
Just found another:
BOOST_PP_STRINGIZE https://www.boost.org/doc/libs/1_77_0/libs/preprocessor/doc/ref/stringize.html
Have you considered opening a PR at https://github.com/danmar/cppcheck/pulls?
Fixed by https://github.com/danmar/cppcheck/pull/4520