mirror of
https://github.com/status-im/evmc.git
synced 2025-02-23 08:28:15 +00:00
This is related to misuse of `std::swap<evmc_result>`. We should not use explicit template arguments, because this disabled SFINAE and forces instantiation of all overloads.