-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathIteratorImplicitlyConvertedToConstIterator.expected
More file actions
10 lines (10 loc) · 1.23 KB
/
IteratorImplicitlyConvertedToConstIterator.expected
File metadata and controls
10 lines (10 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
| test.cpp:10:39:10:48 | call to __iterator | Non-const version of container call immediately converted to a `const_iterator`. |
| test.cpp:13:38:13:42 | call to begin | Non-const version of container call immediately converted to a `const_iterator`. |
| test.cpp:16:44:16:48 | call to begin | Non-const version of container call immediately converted to a `const_iterator`. |
| test.cpp:19:41:19:50 | call to __iterator | Non-const version of container call immediately converted to a `const_iterator`. |
| test.cpp:22:47:22:57 | call to __iterator | Non-const version of container call immediately converted to a `const_iterator`. |
| test.cpp:25:8:25:16 | call to __iterator | Non-const version of container call immediately converted to a `const_iterator`. |
| test.cpp:27:10:27:14 | call to begin | Non-const version of container call immediately converted to a `const_iterator`. |
| test.cpp:29:11:29:15 | call to begin | Non-const version of container call immediately converted to a `const_iterator`. |
| test.cpp:31:10:31:14 | call to begin | Non-const version of container call immediately converted to a `const_iterator`. |
| test.cpp:33:12:33:16 | call to begin | Non-const version of container call immediately converted to a `const_iterator`. |