[Improvement] (MG_Util/Types): Use FastSTL::unordered_map as the default implementation.

This commit is contained in:
BZLZHH
2025-10-02 11:11:35 +08:00
parent 968d645d17
commit 19a965c1ef
2 changed files with 6 additions and 2 deletions
+3
View File
@@ -33,6 +33,9 @@
#include <string_view>
#include <unordered_map>
// Include FastSTL
#include <FastSTL/UnorderedMap.h>
// Include ankerl::unordered_dense
#include <ankerl/unordered_dense.h>