From a9e53b6d35241a3b04fbeb20c38c555cc226e71f Mon Sep 17 00:00:00 2001 From: reduz Date: Thu, 19 May 2022 17:00:06 +0200 Subject: [PATCH] Add a new HashSet template * Intended to replace RBSet in most cases. * Optimized for iteration speed --- visual_script.cpp | 2 +- visual_script.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/visual_script.cpp b/visual_script.cpp index 7c15651..24bb229 100644 --- a/visual_script.cpp +++ b/visual_script.cpp @@ -2223,7 +2223,7 @@ Ref