src/work/marci/macro_test.cc
changeset 641 bfd6c14e2975
parent 409 7ab7f083760a
child 642 e812963087f0
equal deleted inserted replaced
1:e51317ecf04d 2:3eed799ac30b
     1 // -*- c++ -*-
     1 // -*- c++ -*-
     2 #include <iostream>
     2 #include <iostream>
     3 #include <fstream>
     3 #include <fstream>
     4 
     4 
     5 #include <list_graph.h>
     5 #include <list_graph.h>
     6 #include <for_each_macros.h>
     6 #include <hugo/for_each_macros.h>
     7 
     7 
     8 using namespace hugo;
     8 using namespace hugo;
     9 
     9 
    10 int main() 
    10 int main() 
    11 {
    11 {