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. --- modules/ircv3_batch.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/ircv3_batch.cpp') diff --git a/modules/ircv3_batch.cpp b/modules/ircv3_batch.cpp index 940109eef..35d32a04e 100644 --- a/modules/ircv3_batch.cpp +++ b/modules/ircv3_batch.cpp @@ -22,6 +22,7 @@ #include "inspircd.h" #include "modules/cap.h" #include "modules/ircv3_batch.h" +#include "utility/container.h" class BatchMessage final : public ClientProtocol::Message @@ -131,7 +132,7 @@ public: { // Check the bit first to avoid list scan in case they're not on the list if ((bits & batch->GetBit()) != 0) - stdalgo::vector::swaperase(batch->batchinfo->users, user); + insp::swap_erase(batch->batchinfo->users, user); } } -- cgit v1.3.1-10-gc9f91