refactor: unglob std::pair

This commit is contained in:
Tropical
2026-03-06 20:37:41 -06:00
committed by JuiceyDev
parent 78ba464b8a
commit 6e56e07c6b
16 changed files with 108 additions and 108 deletions

View File

@@ -40,7 +40,7 @@ Stat *Stat::postConstruct()
//}
Stats::all->push_back(this);
pair<int, Stat *> id1(id,this);
std::pair<int, Stat *> id1(id,this);
#ifdef __PS3__
Stats::statsById->emplace(id1 );// assert(0); // MGH - TODO - FIX - find out where this move function comes from
#else