mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Replace most uses of typedef with using for type aliasing
This commit is contained in:
parent
7101f30646
commit
64748edab1
44 changed files with 100 additions and 101 deletions
|
@ -35,7 +35,7 @@ struct PolicyFile
|
|||
vector<const char*> lines;
|
||||
};
|
||||
|
||||
typedef map<string, PolicyFile*> PolicyFileMap;
|
||||
using PolicyFileMap = map<string, PolicyFile*>;
|
||||
static PolicyFileMap policy_files;
|
||||
|
||||
namespace zeek::detail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue