From ef7c6fe9e2bfb22de66808e56a5f5bd602c3086f Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Sat, 4 Apr 2026 12:10:50 +0100 Subject: Remove the remaining bits of stdalgo to utility/container. --- src/users.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/users.cpp') diff --git a/src/users.cpp b/src/users.cpp index 2cc0791da..47a0b82e0 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -31,6 +31,7 @@ #include "inspircd.h" #include "clientprotocolevent.h" #include "modules/hash.h" +#include "utility/container.h" #include "utility/string.h" #include "xline.h" @@ -309,7 +310,7 @@ void User::OperLogout() SetMode(opermh, false); } - stdalgo::vector::swaperase(ServerInstance->Users.all_opers, this); + insp::swap_erase(ServerInstance->Users.all_opers, this); FOREACH_MOD(OnPostOperLogout, (this, account)); } -- cgit v1.3.1-10-gc9f91