mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Move SMT specific code into smt namespace
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#include <libsolidity/formal/SSAVariable.h>
|
||||
|
||||
using namespace std;
|
||||
using namespace dev::solidity;
|
||||
using namespace dev::solidity::smt;
|
||||
|
||||
SSAVariable::SSAVariable()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user