mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 21:58:31 +09:00
[Improvement] (MG_Util/Types): Use FastSTL::unordered_map as the default implementation.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user