From cd2d667ca7d3d31dbcf1f3bf0717b744b11ec776 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Thu, 26 Mar 2026 22:24:16 +0000 Subject: Switch typedefs to using statements. --- modules/monitor.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/monitor.cpp') diff --git a/modules/monitor.cpp b/modules/monitor.cpp index a36367a7f..5255c79b2 100644 --- a/modules/monitor.cpp +++ b/modules/monitor.cpp @@ -34,8 +34,8 @@ namespace IRCv3::Monitor class Manager; class ManagerInternal; - typedef std::vector WatchedList; - typedef std::vector WatcherList; + using WatchedList = std::vector; + using WatcherList = std::vector; } struct IRCv3::Monitor::Entry final @@ -261,7 +261,7 @@ enum class CommandMonitor final : public SplitCommand { - typedef Numeric::Builder<> ReplyBuilder; + using ReplyBuilder = Numeric::Builder<>; // Additional penalty for the /MONITOR L and /MONITOR S commands that request a list from the server static constexpr unsigned int ListPenalty = 3000; -- cgit v1.3.1-10-gc9f91