forked from OSchip/llvm-project
parent
c94ca916f5
commit
96a905f7ba
|
@ -767,7 +767,7 @@ private:
|
|||
///
|
||||
/// std::vector<char> Items = {'A', 'B', 'C', 'D'};
|
||||
/// for (auto X : enumerate(Items)) {
|
||||
/// printf("Item %d - %c\n", X.Item, X.Value);
|
||||
/// printf("Item %d - %c\n", X.Index, X.Value);
|
||||
/// }
|
||||
///
|
||||
/// Output:
|
||||
|
|
Loading…
Reference in New Issue