--- libevmasm/Assembly.cpp.orig 2025-05-07 10:46:47 UTC +++ libevmasm/Assembly.cpp @@ -55,6 +55,8 @@ std::map> Assembly::s_sharedSourceNames; +#undef MSIZE // remove MSIZE definition from , included by boost 1.66.0 + AssemblyItem const& Assembly::append(AssemblyItem _i) { assertThrow(m_deposit >= 0, AssemblyException, "Stack underflow.");