mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Annotate struct definitions with a recursive flag.
This commit is contained in:
@@ -114,6 +114,10 @@ struct BreadthFirstSearch
|
||||
}
|
||||
return *this;
|
||||
}
|
||||
void abort()
|
||||
{
|
||||
verticesToTraverse.clear();
|
||||
}
|
||||
|
||||
std::set<V> verticesToTraverse;
|
||||
std::set<V> visited{};
|
||||
|
||||
Reference in New Issue
Block a user