mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48:20 +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
|
@ -87,7 +87,7 @@ private:
|
|||
// Will be called from the object itself.
|
||||
void Modified(Modifiable* m);
|
||||
|
||||
typedef std::unordered_multimap<Modifiable*, Receiver*> ModifiableMap;
|
||||
using ModifiableMap = std::unordered_multimap<Modifiable*, Receiver*>;
|
||||
ModifiableMap registrations;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue