equal
deleted
inserted
replaced
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 } |