0_0_10533127_16589.cpp:7:42: boost/graph/adjacency_list.hpp: No such file or directory
0_0_10533127_16589.cpp:8:42: boost/graph/dominator_tree.hpp: No such file or directory
0_0_10533127_16589.cpp:10: error: expected namespace-name before ';' token
0_0_10533127_16589.cpp:10: error: `<type error>' is not a namespace
0_0_10533127_16589.cpp:12: error: expected init-declarator before '<' token
0_0_10533127_16589.cpp:12: error: expected `,' or `;' before '<' token
0_0_10533127_16589.cpp: In function `int main()':
0_0_10533127_16589.cpp:28: error: `graph_t' undeclared (first use this function)
0_0_10533127_16589.cpp:28: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_10533127_16589.cpp:28: error: expected `;' before "g"
0_0_10533127_16589.cpp:33: error: `g' undeclared (first use this function)
0_0_10533127_16589.cpp:33: error: `add_edge' undeclared (first use this function)
0_0_10533127_16589.cpp:36: error: `default_color_type' undeclared (first use this function)
0_0_10533127_16589.cpp:36: error: template argument 1 is invalid
0_0_10533127_16589.cpp:36: error: template argument 2 is invalid
0_0_10533127_16589.cpp:36: error: invalid type in declaration before '(' token
0_0_10533127_16589.cpp:36: error: `white_color' undeclared (first use this function)
0_0_10533127_16589.cpp:36: error: initializer expression list treated as compound expression
0_0_10533127_16589.cpp:37: error: `dfs_visitor' undeclared (first use this function)
0_0_10533127_16589.cpp:37: error: `null_visitor' undeclared (first use this function)
0_0_10533127_16589.cpp:37: error: expected primary-expression before ')' token
0_0_10533127_16589.cpp:37: error: `data' has not been declared
0_0_10533127_16589.cpp:37: error: request for member of non-aggregate type before '(' token
0_0_10533127_16589.cpp:37: error: `depth_first_visit' undeclared (first use this function)
0_0_10533127_16589.cpp:39: error: expected `;' before "f"
0_0_10533127_16589.cpp:40: error: ISO C++ forbids declaration of `i' with no type
0_0_10533127_16589.cpp:40: error: `edges' undeclared (first use this function)
0_0_10533127_16589.cpp:40: error: `first' has not been declared
0_0_10533127_16589.cpp:40: error: request for member of non-aggregate type before '!=' token
0_0_10533127_16589.cpp:40: error: `second' has not been declared
0_0_10533127_16589.cpp:40: error: request for member of non-aggregate type before ';' token
0_0_10533127_16589.cpp:40: error: `first' has not been declared
0_0_10533127_16589.cpp:40: error: request for member of non-aggregate type before ')' token
0_0_10533127_16589.cpp:41: error: `first' has not been declared
0_0_10533127_16589.cpp:41: error: request for member of non-aggregate type before ',' token
0_0_10533127_16589.cpp:41: error: `source' undeclared (first use this function)
0_0_10533127_16589.cpp:42: error: `first' has not been declared
0_0_10533127_16589.cpp:42: error: request for member of non-aggregate type before ',' token
0_0_10533127_16589.cpp:42: error: `target' undeclared (first use this function)
0_0_10533127_16589.cpp:43: error: invalid types `int[int]' for array subscript
0_0_10533127_16589.cpp:43: error: `black_color' undeclared (first use this function)
0_0_10533127_16589.cpp:43: error: invalid types `int[int]' for array subscript
0_0_10533127_16589.cpp:44: error: `f' undeclared (first use this function)
0_0_10533127_16589.cpp:49: error: 'class std::vector<int, std::allocator<int> >' has no member named 'data'
0_0_10533127_16589.cpp:49: error: `lengauer_tarjan_dominator_tree' undeclared (first use this function)
|