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 56e9b21 commit 5bbd4a0Copy full SHA for 5bbd4a0
libyul/AsmAnalysis.cpp
@@ -426,7 +426,7 @@ std::vector<YulString> AsmAnalyzer::operator()(FunctionCall const& _funCall)
426
}
427
else if (functionName.substr(0, "verbatim_"s.size()) == "verbatim_")
428
{
429
- static constexpr u256 empty {0};
+ static u256 const empty {0};
430
if (std::get<Literal>(arg).value == empty)
431
m_errorReporter.typeError(
432
1844_error,
0 commit comments