changeset 629 | 6620dfc606af |
parent 443 | 178fb74b22d1 |
16:d8a778507ae3 | 17:47736340d870 |
---|---|
3 #define HUGO_LIST_GRAPH_H |
3 #define HUGO_LIST_GRAPH_H |
4 |
4 |
5 #include <iostream> |
5 #include <iostream> |
6 #include <vector> |
6 #include <vector> |
7 |
7 |
8 #include <invalid.h> |
8 #include <hugo/invalid.h> |
9 |
9 |
10 namespace hugo { |
10 namespace hugo { |
11 |
11 |
12 template <typename It> |
12 template <typename It> |
13 int count(It it) { |
13 int count(It it) { |