mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-09-03 00:08:41 +02:00
Remove "using namespace std" from compiler header files and fix the fallout.
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
# include <cassert>
|
||||
# include "ivl_assert.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
PFunction::PFunction(perm_string name, LexicalScope*parent, bool is_auto__)
|
||||
: PTaskFunc(name, parent), statement_(0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user