We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e538d commit f37463eCopy full SHA for f37463e
libsolidity/codegen/ir/IRGenerator.cpp
@@ -101,7 +101,7 @@ std::string IRGenerator::generate(
101
std::map<ContractDefinition const*, std::string_view const> const& _otherYulSources
102
)
103
{
104
- auto subObjectSources = [&_otherYulSources](util::UniqueVector<ContractDefinition const*> const& subObjects) -> std::string
+ auto subObjectSources = [&_otherYulSources](UniqueVector<ContractDefinition const*> const& _subObjects) -> std::string
105
106
std::string subObjectsSources;
107
for (ContractDefinition const* subObject: subObjects)
0 commit comments