Initialize graph indegree.
このコミットが含まれているのは:
コミット
d950b8dc90
@ -23,6 +23,8 @@ class function_graph {
|
||||
std::set<function> functions;
|
||||
std::set<group_id> adjacency_list;
|
||||
size_t indegree;
|
||||
|
||||
group_data() : indegree(0) {}
|
||||
};
|
||||
|
||||
using data_ptr = std::shared_ptr<group_data>;
|
||||
|
読み込み中…
新しいイシューから参照
ユーザーをブロックする