use unordered_dense to mitigate __next_prime overflow error

This commit is contained in:
2025-05-07 10:57:26 +08:00
parent 96774ef3da
commit b082e2e06b
9 changed files with 2142 additions and 34 deletions
+1
View File
@@ -108,6 +108,7 @@
#include <glm/gtc/matrix_transform.hpp>
#include <glm/glm.hpp>
#include "GLES3/gl32.h"
#include <ankerl/unordered_dense.h>
#include "MG_Include/UncertainBool.hpp"