test/path_test.cc
changeset 1909 2d806130e700
parent 1875 98698b69a902
child 1956 a055123339d5
equal deleted inserted replaced
1:56ddf61fe7b0 2:462f71996b85
    87 
    87 
    88 }
    88 }
    89 
    89 
    90 template void checkCompilePath< concept::Path<ListGraph> >(concept::Path<ListGraph> &);
    90 template void checkCompilePath< concept::Path<ListGraph> >(concept::Path<ListGraph> &);
    91 template void checkCompilePath< DirPath<ListGraph> >(DirPath<ListGraph> &);
    91 template void checkCompilePath< DirPath<ListGraph> >(DirPath<ListGraph> &);
    92 template void checkCompilePath< UndirPath<ListGraph> >(UndirPath<ListGraph> &);
    92 template void checkCompilePath< UPath<ListGraph> >(UPath<ListGraph> &);
    93 
    93 
    94 int main() 
    94 int main() 
    95 {
    95 {
    96 }
    96 }