From 2782f1ee9f851b901d6abf3b426e29a240d944e5 Mon Sep 17 00:00:00 2001 From: cieslarmichal Date: Fri, 31 May 2024 22:50:59 +0000 Subject: [PATCH] deploy: 0a07883d27e53ddd90ff5f626ea642362ffdaaac --- String_8h_source.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/String_8h_source.html b/String_8h_source.html index 98dad5630..eff492b3a 100644 --- a/String_8h_source.html +++ b/String_8h_source.html @@ -110,7 +110,7 @@
6#include <set>
7#include <sstream>
8#include <string>
-
9#include <unordered_map>
+
9#include <map>
10
11#include "RandomGenerator.h"
12#include "types/Hex.h"
@@ -132,7 +132,7 @@
27};
28
-
32using GuaranteeMap = std::unordered_map<char, CharCount>;
+
32using GuaranteeMap = std::map<char, CharCount>;
33
50bool isValidGuarantee(GuaranteeMap& guarantee, std::set<char>& targetCharacters, unsigned int length);
51