File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
cpp/ql/test/library-tests/members/templates Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4
4
static void f (void ) {
5
5
CA::CB<int > x;
6
6
CA::CB<float > y;
7
+
8
+ x.operator =(x);
9
+ x.operator =(static_cast <CA::CB<int >&&>(x));
7
10
}
Original file line number Diff line number Diff line change 11
11
| h.h:2:7:2:8 | CA | 1 CA::operator= |
12
12
| h.h:2:7:2:8 | CA | 2 CA::operator= |
13
13
| h.h:5:11:5:12 | CB<TB> | <none> |
14
- | h.h:5:11:5:12 | CB<double> | 0 CA::CB<double>::operator= |
15
- | h.h:5:11:5:12 | CB<double> | 1 CA::CB<double>::operator= |
16
- | h.h:5:11:5:12 | CB<float> | 0 CA::CB<float>::operator= |
17
- | h.h:5:11:5:12 | CB<float> | 1 CA::CB<float>::operator= |
14
+ | h.h:5:11:5:12 | CB<double> | <none> |
15
+ | h.h:5:11:5:12 | CB<float> | <none> |
18
16
| h.h:5:11:5:12 | CB<int> | 0 CA::CB<int>::operator= |
19
17
| h.h:5:11:5:12 | CB<int> | 1 CA::CB<int>::operator= |
You can’t perform that action at this time.
0 commit comments