aboutsummaryrefslogtreecommitdiff
path: root/src/common/Containers
AgeCommit message (Collapse)Author
2023-08-18Core/Auras: Minor optimization for Unit object creation with msvc (not ↵Shauren
allocating a list end sentinel node for all of the 500 lists stored in Unit for each aura type)
2023-01-07Core/Misc: Replace enable_if overload selection with if constexprShauren
2023-01-06Core/Utils: Replace boost flat_set with our ownShauren