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 44static void f (void ) {
55 CA::CB<int > x;
66 CA::CB<float > y;
7+
8+ x.operator =(x);
9+ x.operator =(static_cast <CA::CB<int >&&>(x));
710}
Original file line number Diff line number Diff line change 1111| h.h:2:7:2:8 | CA | 1 CA::operator= |
1212| h.h:2:7:2:8 | CA | 2 CA::operator= |
1313| 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> |
1816| h.h:5:11:5:12 | CB<int> | 0 CA::CB<int>::operator= |
1917| 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