mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Remove "using namespace std" from header files
This commit is contained in:
parent
13a431f9fb
commit
62161dcc34
18 changed files with 78 additions and 85 deletions
|
@ -4,6 +4,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <assert.h>
|
||||
#include <string>
|
||||
|
||||
class DFA_State;
|
||||
|
||||
|
@ -66,7 +67,7 @@ protected:
|
|||
static unsigned int transition_counter; // see Xtion()
|
||||
};
|
||||
|
||||
using DigestStr = basic_string<u_char>;
|
||||
using DigestStr = std::basic_string<u_char>;
|
||||
|
||||
class DFA_State_Cache {
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue