1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-02 12:59:02 +00:00

Avoid 'using namespace std' causing name conflicts. Fixes #1363, fixes #1867

This commit is contained in:
dmiller
2019-12-30 04:03:03 +00:00
parent 085cd7fd34
commit ea4e2d6657
8 changed files with 8 additions and 14 deletions

View File

@@ -150,7 +150,6 @@
#include <signal.h>
#include <time.h>
using namespace std;
NpingOps o;
EchoClient ec;
EchoServer es;