From 03a8a981f16543b555172a3d426feac858d96576 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Mon, 9 Jul 2012 12:23:33 +0200 Subject: Use std::set instead of std::map in irc::portparser --- include/hashcomp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/hashcomp.h b/include/hashcomp.h index 0340cb634..36d45dc64 100644 --- a/include/hashcomp.h +++ b/include/hashcomp.h @@ -462,7 +462,7 @@ namespace irc /** Used to determine overlapping of ports * without O(n) algorithm being used */ - std::map overlap_set; + std::set overlap_set; /** Returns true if val overlaps an existing range */ -- cgit v1.2.3