Remove "using namespace std" from compiler header files and fix the fallout.

This commit is contained in:
Martin Whitaker
2021-11-04 16:55:03 +00:00
parent 19e44d79ec
commit ecbbb60fb6
121 changed files with 971 additions and 854 deletions
+2
View File
@@ -22,6 +22,8 @@
# include "netlist.h"
# include "ivl_assert.h"
using namespace std;
/*
* NOTE: The name_ is perm-allocated by the caller.
*/