Skip to content

Commit a277c91

Browse files
author
Cameron Custer
committed
suppress cppcheck mismatchingContainerExpression false positives on ranges::unique/remove_if
1 parent 8298ec3 commit a277c91

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/.config/.cppcheck_suppression_list

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,10 @@ unusedFunction:../kactl/content/data-structures/UnionFind.h:14
6060
unusedFunction:../kactl/content/number-theory/ModPow.h:13
6161
unusedFunction:../kactl/stress-tests/utilities/genTree.h:49
6262
containerOutOfBounds:../library/data_structures_[l,r)/uncommon/permutation_tree.hpp:85
63+
mismatchingContainerExpression:library_checker_aizu_tests/data_structures/bit_ordered_set.test.cpp:20
64+
mismatchingContainerExpression:library_checker_aizu_tests/data_structures/kth_smallest_pst.test.cpp:13
65+
mismatchingContainerExpression:library_checker_aizu_tests/data_structures/mode_query.test.cpp:13
66+
mismatchingContainerExpression:library_checker_aizu_tests/strings/sa_sort_pairs.test.cpp:13
67+
mismatchingContainerExpression:library_checker_aizu_tests/strings/single_matching_bs.test.cpp:73
6368
ctuOneDefinitionRuleViolation:../library/data_structures_[l,r)/bit.hpp:15
6469
ctuOneDefinitionRuleViolation:../library/data_structures_[l,r)/lazy_seg_tree.hpp:4

0 commit comments

Comments
 (0)