mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-28 16:53:45 +02:00
Remove "using namespace std" from compiler header files and fix the fallout.
This commit is contained in:
@@ -28,6 +28,8 @@
|
||||
# include <iostream>
|
||||
# include "ivl_assert.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
NetExpr::NetExpr(unsigned w)
|
||||
: net_type_(0), width_(w), signed_flag_(false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user