mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix namespace ambiguity.
This commit is contained in:
parent
9f756e3797
commit
cbb3370836
@ -26,7 +26,7 @@
|
||||
|
||||
using namespace std;
|
||||
using namespace dev;
|
||||
using namespace julia;
|
||||
using namespace dev::julia;
|
||||
|
||||
namespace
|
||||
{
|
||||
|
@ -31,7 +31,8 @@ using namespace std;
|
||||
using namespace dev;
|
||||
using namespace dev::julia;
|
||||
using namespace dev::solidity;
|
||||
using namespace dev::solidity::assembly;
|
||||
|
||||
using Scope = dev::solidity::assembly::Scope;
|
||||
|
||||
void CodeTransform::operator()(VariableDeclaration const& _varDecl)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user