src/work/list_graph.hh
changeset 81 6c8adcd6b482
parent 75 87623302a68f
child 86 cbd76005b9a7
equal deleted inserted replaced
5:c7d176ba3dfe 6:e9e19b8ddd17
     1 #ifndef LIST_GRAPH_HH
     1 #ifndef LIST_GRAPH_HH
     2 #define LIST_GRAPH_HH
     2 #define LIST_GRAPH_HH
     3 
     3 
     4 #include <iostream>
     4 #include <iostream>
       
     5 #include <vector>
     5 
     6 
     6 namespace marci {
     7 namespace marci {
     7 
     8 
     8   template <typename It>
     9   template <typename It>
     9   int count(It it) { 
    10   int count(It it) {