Skip to content

Commit ca861f2

Browse files
committed
Suppress
1 parent 1f15206 commit ca861f2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/cfg/boost.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ void test_BOOST_FOREACH_5()
157157
{
158158
std::set<int> data;
159159
BOOST_FOREACH(const int& i, get_data())
160+
// cppcheck-suppress useStlAlgorithm
160161
data.insert(i);
161162
}
162163

0 commit comments

Comments
 (0)