Skip to content

Commit 51fc895

Browse files
Simplify tests
1 parent 10e8c30 commit 51fc895

File tree

2 files changed

+109
-183
lines changed

2 files changed

+109
-183
lines changed
Lines changed: 47 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,47 @@
1-
| test.cpp:111:3:111:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const string &'. |
2-
| test.cpp:112:3:112:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const int &'. |
3-
| test.cpp:113:3:113:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const TrivMovable &'. |
4-
| test.cpp:114:3:114:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const NonTrivMovable &'. |
5-
| test.cpp:116:8:116:16 | call to move | Call to 'std::move' with const lvalue argument of type 'const string &'. |
6-
| test.cpp:117:8:117:16 | call to move | Call to 'std::move' with const lvalue argument of type 'const int &'. |
7-
| test.cpp:118:12:118:20 | call to move | Call to 'std::move' with const lvalue argument of type 'const TrivMovable &'. |
8-
| test.cpp:119:12:119:20 | call to move | Call to 'std::move' with const lvalue argument of type 'const NonTrivMovable &'. |
9-
| test.cpp:127:3:127:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const string'. |
10-
| test.cpp:128:3:128:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const int'. |
11-
| test.cpp:129:3:129:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const TrivMovable'. |
12-
| test.cpp:130:3:130:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const NonTrivMovable'. |
13-
| test.cpp:149:3:149:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const string &&'. |
14-
| test.cpp:150:3:150:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const int &&'. |
15-
| test.cpp:151:3:151:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const TrivMovable &&'. |
16-
| test.cpp:152:3:152:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const NonTrivMovable &&'. |
17-
| test.cpp:155:3:155:11 | call to move | Call to 'std::move' with prvalue argument of type 'basic_string<char, char_traits<char>, allocator<char>>'. |
18-
| test.cpp:156:3:156:11 | call to move | Call to 'std::move' with prvalue argument of type 'int'. |
19-
| test.cpp:157:3:157:11 | call to move | Call to 'std::move' with prvalue argument of type 'TrivMovable'. |
20-
| test.cpp:158:3:158:11 | call to move | Call to 'std::move' with prvalue argument of type 'NonTrivMovable'. |
21-
| test.cpp:160:8:160:16 | call to move | Call to 'std::move' with prvalue argument of type 'basic_string<char, char_traits<char>, allocator<char>>'. |
22-
| test.cpp:161:8:161:16 | call to move | Call to 'std::move' with prvalue argument of type 'int'. |
23-
| test.cpp:162:12:162:20 | call to move | Call to 'std::move' with prvalue argument of type 'TrivMovable'. |
24-
| test.cpp:163:12:163:20 | call to move | Call to 'std::move' with prvalue argument of type 'NonTrivMovable'. |
25-
| test.cpp:165:3:165:11 | call to move | Call to 'std::move' with prvalue argument of type 'basic_string<char, char_traits<char>, allocator<char>>'. |
26-
| test.cpp:166:3:166:11 | call to move | Call to 'std::move' with prvalue argument of type 'int'. |
27-
| test.cpp:167:3:167:11 | call to move | Call to 'std::move' with prvalue argument of type 'string'. |
28-
| test.cpp:168:3:168:11 | call to move | Call to 'std::move' with prvalue argument of type 'int'. |
29-
| test.cpp:169:3:169:11 | call to move | Call to 'std::move' with prvalue argument of type 'TrivMovable'. |
30-
| test.cpp:170:3:170:11 | call to move | Call to 'std::move' with prvalue argument of type 'NonTrivMovable'. |
31-
| test.cpp:179:3:179:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const string &'. |
32-
| test.cpp:180:3:180:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const int &'. |
33-
| test.cpp:181:3:181:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const TrivMovable &'. |
34-
| test.cpp:182:3:182:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const NonTrivMovable &'. |
35-
| test.cpp:185:3:185:11 | call to move | Call to 'std::move' with xvalue argument of type 'string &&'. |
36-
| test.cpp:186:3:186:11 | call to move | Call to 'std::move' with xvalue argument of type 'int &&'. |
37-
| test.cpp:187:3:187:11 | call to move | Call to 'std::move' with xvalue argument of type 'TrivMovable &&'. |
38-
| test.cpp:188:3:188:11 | call to move | Call to 'std::move' with xvalue argument of type 'NonTrivMovable &&'. |
39-
| test.cpp:190:3:190:11 | call to move | Call to 'std::move' with xvalue argument of type 'const string &&'. |
40-
| test.cpp:191:3:191:11 | call to move | Call to 'std::move' with xvalue argument of type 'const int &&'. |
41-
| test.cpp:192:3:192:11 | call to move | Call to 'std::move' with xvalue argument of type 'const TrivMovable &&'. |
42-
| test.cpp:193:3:193:11 | call to move | Call to 'std::move' with xvalue argument of type 'const NonTrivMovable &&'. |
43-
| test.cpp:203:5:203:13 | call to move | Call to 'std::move' with const lvalue argument of type 'const string'. |
44-
| test.cpp:209:56:209:64 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
45-
| test.cpp:211:56:211:64 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
46-
| test.cpp:217:56:217:64 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
47-
| test.cpp:223:56:223:64 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
48-
| test.cpp:228:49:228:57 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
49-
| test.cpp:232:49:232:57 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
50-
| test.cpp:236:49:236:57 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
51-
| test.cpp:241:48:241:56 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>>'. |
52-
| test.cpp:245:48:245:56 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
53-
| test.cpp:249:48:249:56 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &&'. |
54-
| test.cpp:254:55:254:63 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &&'. |
55-
| test.cpp:258:55:258:63 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
56-
| test.cpp:262:55:262:63 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &&'. |
57-
| test.cpp:302:3:302:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const iterator &'. |
1+
| test.cpp:62:3:62:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const string &'. |
2+
| test.cpp:63:3:63:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const int &'. |
3+
| test.cpp:64:3:64:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const C &'. |
4+
| test.cpp:66:8:66:16 | call to move | Call to 'std::move' with const lvalue argument of type 'const string &'. |
5+
| test.cpp:67:8:67:16 | call to move | Call to 'std::move' with const lvalue argument of type 'const int &'. |
6+
| test.cpp:68:8:68:16 | call to move | Call to 'std::move' with const lvalue argument of type 'const C &'. |
7+
| test.cpp:75:3:75:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const string'. |
8+
| test.cpp:76:3:76:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const int'. |
9+
| test.cpp:77:3:77:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const C'. |
10+
| test.cpp:93:3:93:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const string &&'. |
11+
| test.cpp:94:3:94:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const int &&'. |
12+
| test.cpp:95:3:95:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const C &&'. |
13+
| test.cpp:98:3:98:11 | call to move | Call to 'std::move' with prvalue argument of type 'basic_string<char, char_traits<char>, allocator<char>>'. |
14+
| test.cpp:99:3:99:11 | call to move | Call to 'std::move' with prvalue argument of type 'int'. |
15+
| test.cpp:100:3:100:11 | call to move | Call to 'std::move' with prvalue argument of type 'C'. |
16+
| test.cpp:102:8:102:16 | call to move | Call to 'std::move' with prvalue argument of type 'basic_string<char, char_traits<char>, allocator<char>>'. |
17+
| test.cpp:103:8:103:16 | call to move | Call to 'std::move' with prvalue argument of type 'int'. |
18+
| test.cpp:104:8:104:16 | call to move | Call to 'std::move' with prvalue argument of type 'C'. |
19+
| test.cpp:106:3:106:11 | call to move | Call to 'std::move' with prvalue argument of type 'basic_string<char, char_traits<char>, allocator<char>>'. |
20+
| test.cpp:107:3:107:11 | call to move | Call to 'std::move' with prvalue argument of type 'int'. |
21+
| test.cpp:108:3:108:11 | call to move | Call to 'std::move' with prvalue argument of type 'string'. |
22+
| test.cpp:109:3:109:11 | call to move | Call to 'std::move' with prvalue argument of type 'int'. |
23+
| test.cpp:110:3:110:11 | call to move | Call to 'std::move' with prvalue argument of type 'C'. |
24+
| test.cpp:118:3:118:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const string &'. |
25+
| test.cpp:119:3:119:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const int &'. |
26+
| test.cpp:120:3:120:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const C &'. |
27+
| test.cpp:123:3:123:11 | call to move | Call to 'std::move' with xvalue argument of type 'string &&'. |
28+
| test.cpp:124:3:124:11 | call to move | Call to 'std::move' with xvalue argument of type 'int &&'. |
29+
| test.cpp:125:3:125:11 | call to move | Call to 'std::move' with xvalue argument of type 'C &&'. |
30+
| test.cpp:127:3:127:11 | call to move | Call to 'std::move' with xvalue argument of type 'const string &&'. |
31+
| test.cpp:128:3:128:11 | call to move | Call to 'std::move' with xvalue argument of type 'const int &&'. |
32+
| test.cpp:129:3:129:11 | call to move | Call to 'std::move' with xvalue argument of type 'const C &&'. |
33+
| test.cpp:139:5:139:13 | call to move | Call to 'std::move' with const lvalue argument of type 'const string'. |
34+
| test.cpp:145:56:145:64 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
35+
| test.cpp:147:56:147:64 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
36+
| test.cpp:153:56:153:64 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
37+
| test.cpp:159:56:159:64 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
38+
| test.cpp:164:49:164:57 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
39+
| test.cpp:168:49:168:57 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
40+
| test.cpp:172:49:172:57 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
41+
| test.cpp:177:48:177:56 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>>'. |
42+
| test.cpp:181:48:181:56 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
43+
| test.cpp:185:48:185:56 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &&'. |
44+
| test.cpp:190:55:190:63 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &&'. |
45+
| test.cpp:194:55:194:63 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &'. |
46+
| test.cpp:198:55:198:63 | call to move | Call to 'std::move' with const lvalue argument of type 'const basic_string<char, char_traits<char>, allocator<char>> &&'. |
47+
| test.cpp:238:3:238:11 | call to move | Call to 'std::move' with const lvalue argument of type 'const iterator &'. |

0 commit comments

Comments
 (0)