Update: Using C++26 with contracts enabled

This commit is contained in:
David Gil de Gómez Pérez
2026-08-12 13:49:04 +03:00
parent 41111dba30
commit 28a315195e
2 changed files with 50 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Suppress Cppcheck noise for this GCC 16 / C++26 project.
#
# The CLion Cppcheck plugin analyzes headers in isolation and often reports
# false positives (missing system includes, GCC libstdc++ syntax errors).
# Prefer: cmake --build build --target cppcheck_modules
missingIncludeSystem
syntaxError