Skip to content

Commit 3eddd31

Browse files
committed
C++: Accept test changes.
1 parent 61ce725 commit 3eddd31

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
1-
| test.cpp:680:30:680:30 | call to operator[] | This object is destroyed before $@ is called. | test.cpp:680:17:680:17 | call to begin | call to begin |
2-
| test.cpp:680:30:680:30 | call to operator[] | This object is destroyed before $@ is called. | test.cpp:680:17:680:17 | call to end | call to end |
3-
| test.cpp:683:31:683:32 | call to at | This object is destroyed before $@ is called. | test.cpp:683:17:683:17 | call to begin | call to begin |
4-
| test.cpp:683:31:683:32 | call to at | This object is destroyed before $@ is called. | test.cpp:683:17:683:17 | call to end | call to end |
5-
| test.cpp:689:46:689:58 | pointer to ~vector output argument | This object is destroyed before $@ is called. | test.cpp:689:60:689:62 | call to end | call to end |
6-
| test.cpp:702:27:702:27 | call to operator[] | This object is destroyed before $@ is called. | test.cpp:703:19:703:23 | call to begin | call to begin |
7-
| test.cpp:702:27:702:27 | call to operator[] | This object is destroyed before $@ is called. | test.cpp:703:36:703:38 | call to end | call to end |
8-
| test.cpp:727:23:727:23 | call to operator[] | This object is destroyed before $@ is called. | test.cpp:750:17:750:17 | call to begin | call to begin |
9-
| test.cpp:727:23:727:23 | call to operator[] | This object is destroyed before $@ is called. | test.cpp:750:17:750:17 | call to end | call to end |
10-
| test.cpp:735:23:735:23 | call to operator[] | This object is destroyed before $@ is called. | test.cpp:759:17:759:17 | call to begin | call to begin |
11-
| test.cpp:735:23:735:23 | call to operator[] | This object is destroyed before $@ is called. | test.cpp:759:17:759:17 | call to end | call to end |
1+
| test.cpp:680:30:680:30 | call to operator[] | This object is destroyed at the end of the full-expression. |
2+
| test.cpp:683:31:683:32 | call to at | This object is destroyed at the end of the full-expression. |
3+
| test.cpp:689:46:689:58 | pointer to ~vector output argument | This object is destroyed at the end of the full-expression. |
4+
| test.cpp:702:27:702:27 | call to operator[] | This object is destroyed at the end of the full-expression. |
5+
| test.cpp:727:23:727:23 | call to operator[] | This object is destroyed at the end of the full-expression. |
6+
| test.cpp:735:23:735:23 | call to operator[] | This object is destroyed at the end of the full-expression. |

0 commit comments

Comments
 (0)