C++: Simplify some semmle-extractor-options in tests

This commit is contained in:
Jeroen Ketema
2024-12-16 17:32:00 +01:00
parent 30dbc3b172
commit 6200a1d5b9
21 changed files with 21 additions and 21 deletions

View File

@@ -1,4 +1,4 @@
// semmle-extractor-options: --c++17
// semmle-extractor-options: -std=c++17
namespace std { typedef unsigned long size_t; }