Sign in
gwj
/
po_oopc
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Network
Graphs
Download as
Email Patches
Plain Diff
Browse Code »
Commit
8bd0a931e017de11e7ca3c7f79dc05375589374c
Authored by
Grzegorz Jabłoński
2019-12-11 18:50:29 +0100
1 parent
8e894b70
Removed unneeded typedef
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
examples09/02-iterator/foreach.cpp
examples09/02-iterator/foreach.cpp
View file @
8bd0a93
...
...
@@ -7,7 +7,6 @@ class Collection
7
7
{
8
8
static const size_t size = 10;
9
9
int data[size];
10
- using iterator = Iterator;
11
10
friend class Iterator;
12
11
public:
13
12
Iterator begin();
...
...