We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f15206 commit ca861f2Copy full SHA for ca861f2
1 file changed
test/cfg/boost.cpp
@@ -157,6 +157,7 @@ void test_BOOST_FOREACH_5()
157
{
158
std::set<int> data;
159
BOOST_FOREACH(const int& i, get_data())
160
+ // cppcheck-suppress useStlAlgorithm
161
data.insert(i);
162
}
163
0 commit comments