Renaming namespace dev::julia to dev::yul.

This commit is contained in:
Christian Parpart
2018-10-15 11:58:51 +02:00
parent 9a4bec7e47
commit 1304361b9c
71 changed files with 100 additions and 100 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
using namespace std;
using namespace dev;
using namespace dev::julia;
using namespace dev::yul;
SimplificationRule<Pattern> const* SimplificationRules::findFirstMatch(Expression const& _expr)