We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aedfce commit 782a5daCopy full SHA for 782a5da
include/fast_any
meson.build
@@ -65,6 +65,7 @@ if find_program('cppcheck', required: false).found()
65
'--force',
66
'--quiet',
67
'--suppress=missingIncludeSystem',
68
+ '--suppress=*:' + meson.current_source_dir() + '/include/fast_any/any.h',
69
70
'-i', meson.current_source_dir() + '/build',
71
'-i', meson.current_source_dir() + '/builddir',
0 commit comments