|
1 |
| -| test.cpp:27:39:27:41 | definition of s1a | Comparator 'std::less_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
2 |
| -| test.cpp:28:42:28:44 | definition of s1b | Comparator 'std::greater_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
3 |
| -| test.cpp:36:39:36:41 | definition of s1a | Comparator 'std::less_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
4 |
| -| test.cpp:37:42:37:44 | definition of s1b | Comparator 'std::greater_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
5 |
| -| test.cpp:41:44:41:46 | definition of s2a | Comparator 'std::less_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
6 |
| -| test.cpp:42:47:42:49 | definition of s2b | Comparator 'std::greater_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
7 |
| -| test.cpp:46:44:46:46 | definition of m1a | Comparator 'std::less_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
8 |
| -| test.cpp:47:47:47:49 | definition of m1b | Comparator 'std::greater_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
9 |
| -| test.cpp:51:49:51:51 | definition of m2a | Comparator 'std::less_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
10 |
| -| test.cpp:52:52:52:54 | definition of m2b | Comparator 'std::greater_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
11 |
| -| test.cpp:58:15:58:16 | definition of s1 | Comparator 'std::less<A>' used on container or sorting algorithm that is not strictly weakly ordered | |
12 |
| -| test.cpp:60:7:60:8 | definition of s2 | Comparator 'std::less_equal<A>' used on container or sorting algorithm that is not strictly weakly ordered | |
13 |
| -| test.cpp:62:7:62:8 | definition of s3 | Comparator 'std::greater_equal<A>' used on container or sorting algorithm that is not strictly weakly ordered | |
14 |
| -| test.cpp:64:7:64:8 | definition of s4 | Comparator 'std::greater<A>' used on container or sorting algorithm that is not strictly weakly ordered | |
15 |
| -| test.cpp:66:7:66:8 | definition of s5 | Comparator 'std::less<A>' used on container or sorting algorithm that is not strictly weakly ordered | |
16 |
| -| test.cpp:81:3:81:11 | call to sort | Comparator 'std::less_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
17 |
| -| test.cpp:84:3:84:11 | call to sort | Comparator 'std::greater_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
18 |
| -| test.cpp:105:3:105:11 | call to sort | Comparator 'std::less_equal<B>' used on container or sorting algorithm that is not strictly weakly ordered | |
19 |
| -| test.cpp:108:3:108:11 | call to sort | Comparator 'std::greater_equal<B>' used on container or sorting algorithm that is not strictly weakly ordered | |
20 |
| -| test.cpp:120:3:120:18 | call to stable_sort | Comparator 'std::less_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
21 |
| -| test.cpp:123:3:123:18 | call to stable_sort | Comparator 'std::greater_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
22 |
| -| test.cpp:135:3:135:18 | call to stable_sort | Comparator 'std::less_equal<B>' used on container or sorting algorithm that is not strictly weakly ordered | |
23 |
| -| test.cpp:138:3:138:18 | call to stable_sort | Comparator 'std::greater_equal<B>' used on container or sorting algorithm that is not strictly weakly ordered | |
24 |
| -| test.cpp:153:3:153:19 | call to partial_sort | Comparator 'std::less_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
25 |
| -| test.cpp:156:3:156:19 | call to partial_sort | Comparator 'std::greater_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
26 |
| -| test.cpp:168:3:168:19 | call to partial_sort | Comparator 'std::less_equal<B>' used on container or sorting algorithm that is not strictly weakly ordered | |
27 |
| -| test.cpp:171:3:171:19 | call to partial_sort | Comparator 'std::greater_equal<B>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 1 | +| test.cpp:27:39:27:41 | definition of s1a | Comparator 'less_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 2 | +| test.cpp:28:42:28:44 | definition of s1b | Comparator 'greater_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 3 | +| test.cpp:36:39:36:41 | definition of s1a | Comparator 'less_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 4 | +| test.cpp:37:42:37:44 | definition of s1b | Comparator 'greater_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 5 | +| test.cpp:41:44:41:46 | definition of s2a | Comparator 'less_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 6 | +| test.cpp:42:47:42:49 | definition of s2b | Comparator 'greater_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 7 | +| test.cpp:46:44:46:46 | definition of m1a | Comparator 'less_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 8 | +| test.cpp:47:47:47:49 | definition of m1b | Comparator 'greater_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 9 | +| test.cpp:51:49:51:51 | definition of m2a | Comparator 'less_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 10 | +| test.cpp:52:52:52:54 | definition of m2b | Comparator 'greater_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 11 | +| test.cpp:58:15:58:16 | definition of s1 | Comparator 'less<A>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 12 | +| test.cpp:60:7:60:8 | definition of s2 | Comparator 'less_equal<A>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 13 | +| test.cpp:62:7:62:8 | definition of s3 | Comparator 'greater_equal<A>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 14 | +| test.cpp:64:7:64:8 | definition of s4 | Comparator 'greater<A>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 15 | +| test.cpp:66:7:66:8 | definition of s5 | Comparator 'less<A>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 16 | +| test.cpp:81:3:81:11 | call to sort | Comparator 'less_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 17 | +| test.cpp:84:3:84:11 | call to sort | Comparator 'greater_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 18 | +| test.cpp:105:3:105:11 | call to sort | Comparator 'less_equal<B>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 19 | +| test.cpp:108:3:108:11 | call to sort | Comparator 'greater_equal<B>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 20 | +| test.cpp:120:3:120:18 | call to stable_sort | Comparator 'less_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 21 | +| test.cpp:123:3:123:18 | call to stable_sort | Comparator 'greater_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 22 | +| test.cpp:135:3:135:18 | call to stable_sort | Comparator 'less_equal<B>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 23 | +| test.cpp:138:3:138:18 | call to stable_sort | Comparator 'greater_equal<B>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 24 | +| test.cpp:153:3:153:19 | call to partial_sort | Comparator 'less_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 25 | +| test.cpp:156:3:156:19 | call to partial_sort | Comparator 'greater_equal<int>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 26 | +| test.cpp:168:3:168:19 | call to partial_sort | Comparator 'less_equal<B>' used on container or sorting algorithm that is not strictly weakly ordered | |
| 27 | +| test.cpp:171:3:171:19 | call to partial_sort | Comparator 'greater_equal<B>' used on container or sorting algorithm that is not strictly weakly ordered | |
28 | 28 | | test.cpp:194:7:194:8 | definition of s1 | Comparator 'UnknownUserDefinedComparator<int>' used on container or sorting algorithm that is not strictly weakly ordered |
|
29 | 29 | | test.cpp:196:7:196:8 | definition of s2 | Comparator 'UnknownUserDefinedComparator<A>' used on container or sorting algorithm that is not strictly weakly ordered |
|
30 | 30 | | test.cpp:197:3:197:11 | call to sort | Comparator 'UnknownUserDefinedComparator<int>' used on container or sorting algorithm that is not strictly weakly ordered |
|
|
0 commit comments