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