File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5033,32 +5033,22 @@ struct T_constParameter_std_begin {
50335033 std::vector<int > v;
50345034};
50355035
5036- <<<<<<< chr_11617
50375036struct U_constParameter_std_begin {
50385037 std::vector<int > v[1 ][1 ];
50395038};
50405039
5041- =======
5042- >>>>>>> main
50435040void f (S_constParameter_std_begin& s) {
50445041 std::for_each (std::begin (s.a ), std::end (s.a ), [](int & i) { ++i; });
50455042}
50465043
5047- <<<<<<< chr_11617
5048- =======
5049- // cppcheck-suppress constParameterReference - FP
5050- >>>>>>> main
50515044void f (T_constParameter_std_begin& t) {
50525045 std::for_each (std::begin (t.v ), std::end (t.v ), [](int & i) { ++i; });
50535046}
50545047
5055- <<<<<<< chr_11617
50565048void f (U_constParameter_std_begin& u) {
50575049 std::for_each (std::begin (u.v [0 ][0 ]), std::end (u.v [0 ][0 ]), [](int & i) { ++i; });
50585050}
50595051
5060- =======
5061- >>>>>>> main
50625052void g_constVariable_std_begin (int * p) { *p = 0 ; }
50635053
50645054int f_constVariable_std_begin () {
You can’t perform that action at this time.
0 commit comments