10#if defined(_ITERATOR_DEBUG_LEVEL) && _ITERATOR_DEBUG_LEVEL > 0
11#error "_ITERATOR_DEBUG_LEVEL" must be defined as "0" for STL containers to be compatible with the ELDEN RING ABI.
15#include <unordered_set>
22template <
typename T,
typename Hash,
typename Eq,
25 std::unordered_set<T, Hash, Eq, from::allocator<T, AllocatorTag>>;
ELDEN RING allocation interface and from::allocator.
std::unordered_set< T, Hash, Eq, from::allocator< T, AllocatorTag > > unordered_set
std::unordered_set with from::allocator.
Definition from_unordered_set.hpp:25
Default libER allocator that gets embedded in objects as needed for ER ABI compatibility.
Definition from_allocator.hpp:285