Commit 14ce923
File tree
4 files changed
+32
-16
lines changedFilter options
- libcxx
- include
- __algorithm
- __iterator
- test/std/algorithms/alg.nonmodifying/alg.foreach
4 files changed
+32
-16
lines changedlibcxx/include/__algorithm/for_each.h
Copy file name to clipboardExpand all lines: libcxx/include/__algorithm/for_each.h+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
| 12 | + |
12 | 13 |
|
13 | 14 |
|
14 | 15 |
|
|
libcxx/include/__algorithm/for_each_n.h
Copy file name to clipboardExpand all lines: libcxx/include/__algorithm/for_each_n.h+4-5Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
18 | 19 |
|
| 20 | + |
19 | 21 |
|
20 | 22 |
|
21 | 23 |
|
| ||
32 | 34 |
|
33 | 35 |
|
34 | 36 |
|
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
| 37 | + |
| 38 | + |
40 | 39 |
|
41 | 40 |
|
42 | 41 |
|
|
libcxx/include/__iterator/segmented_iterator.h
Copy file name to clipboardExpand all lines: libcxx/include/__iterator/segmented_iterator.h+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
| 45 | + |
45 | 46 |
|
46 | 47 |
|
47 | 48 |
|
| ||
74 | 75 |
|
75 | 76 |
|
76 | 77 |
|
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
77 | 83 |
|
78 | 84 |
|
79 | 85 |
|
libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/for_each_n.pass.cpp
Copy file name to clipboardExpand all lines: libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/for_each_n.pass.cpp+21-11Lines changed: 21 additions & 11 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
| 21 | + |
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
| ||
46 | 47 |
|
47 | 48 |
|
48 | 49 |
|
49 |
| - |
50 |
| - |
51 |
| - |
52 |
| - |
53 |
| - |
54 |
| - |
55 |
| - |
56 |
| - |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
57 | 66 |
|
| 67 | + |
58 | 68 |
|
59 | 69 |
|
60 | 70 |
|
| ||
108 | 118 |
|
109 | 119 |
|
110 | 120 |
|
111 |
| - |
| 121 | + |
112 | 122 |
|
113 | 123 |
|
114 |
| - |
115 |
| - |
| 124 | + |
| 125 | + |
116 | 126 |
|
117 | 127 |
|
118 | 128 |
|
|
0 commit comments