mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58: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
|
|
@ -18,7 +18,7 @@ namespace zeek::detail
|
|||
// across function calls).
|
||||
|
||||
class UseDefSet;
|
||||
typedef std::shared_ptr<UseDefSet> UDs;
|
||||
using UDs = std::shared_ptr<UseDefSet>;
|
||||
|
||||
class UseDefSet
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue