File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9958,21 +9958,6 @@ class TestSymbolDatabase : public TestFixture {
99589958 ASSERT(tok && tok->valueType());
99599959 ASSERT_EQUALS("container(std :: set|unordered_set <) &", tok->valueType()->str());
99609960 }
9961- struct U_constParameter_std_begin {
9962-
9963- };
9964-
9965- void f(S_constParameter_std_begin& s) {
9966- std::for_each(std::begin(s.a), std::end(s.a), [](int& i) { ++i; });
9967- }
9968-
9969- void f(T_constParameter_std_begin& t) {
9970- std::for_each(std::begin(t.v), std::end(t.v), [](int& i) { ++i; });
9971- }
9972-
9973- void f(U_constParameter_std_begin& u) {
9974- std::for_each(std::begin(u.v[0][0]), std::end(u.v[0][0]), [](int& i) { ++i; });
9975- }
99769961 {
99779962 GET_SYMBOL_DB("void f(std::vector<int> v) {\n"
99789963 " auto it = std::find(v.begin(), v.end(), 0);\n"
You can’t perform that action at this time.
0 commit comments