mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Minor fix for OSX build
This commit is contained in:
parent
701b96cfa7
commit
e1f049fd24
@ -90,7 +90,7 @@ protected:
|
||||
{
|
||||
return {_pair.first.name, _pair.second};
|
||||
};
|
||||
return _vertexIndices | ranges::views::transform(convertIndex) | ranges::to<std::map>;
|
||||
return _vertexIndices | ranges::views::transform(convertIndex) | ranges::to<std::map<std::string, size_t>>;
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user