mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Added change to make compile happy on MacOS 10.9.5
This commit is contained in:
parent
b0f2a5c162
commit
0489c99870
@ -55,7 +55,7 @@ private:
|
||||
|
||||
VariableDeclaration const* findCycle(
|
||||
VariableDeclaration const* _startingFrom,
|
||||
std::set<VariableDeclaration const*> const& _seen = {}
|
||||
std::set<VariableDeclaration const*> const& _seen = std::set<VariableDeclaration const*>{}
|
||||
);
|
||||
|
||||
ErrorList& m_errors;
|
||||
|
Loading…
Reference in New Issue
Block a user