From 951da362f72f77502ab91a3c750b3e47edc2dd0e Mon Sep 17 00:00:00 2001 From: BZLZHH Date: Sat, 1 Aug 2026 09:25:01 -0400 Subject: [PATCH] [Fix] (submodules): point include/FastSTL at the fork's already-pushed fix Our local-only commit f8567f6 for the erase(iterator) bug was never pushed to MobileGL-Dev/FastSTL and broke CI's submodule checkout ("not our ref"). The fork's own main branch already carries an equivalent fix (022211c, same root cause) plus a perf improvement on erase(key) (34f55f9), so switch to that instead of pushing a redundant duplicate that would diverge from it. --- include/FastSTL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/FastSTL b/include/FastSTL index f8567f66..022211c9 160000 --- a/include/FastSTL +++ b/include/FastSTL @@ -1 +1 @@ -Subproject commit f8567f66aed5b97a63c963951e15233d07694599 +Subproject commit 022211c9983c70daf86d7d4cfbdb017eb1598c81