mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Isolating libyul library API into its own namespace yul.
This commit is contained in:
@@ -26,11 +26,9 @@
|
||||
|
||||
using namespace std;
|
||||
using namespace dev;
|
||||
using namespace dev::yul;
|
||||
using namespace yul;
|
||||
using namespace dev::solidity;
|
||||
|
||||
using Scope = dev::solidity::assembly::Scope;
|
||||
|
||||
YulString Disambiguator::translateIdentifier(YulString _originalName)
|
||||
{
|
||||
if ((m_externallyUsedIdentifiers.count(_originalName)))
|
||||
|
||||
Reference in New Issue
Block a user