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.
22template <
typename T,
typename AllocatorTag = from::default_allocator_tag>
23using vector = std::vector<T, from::allocator<T, AllocatorTag>>;
ELDEN RING allocation interface and from::allocator.
std::vector< T, from::allocator< T, AllocatorTag > > vector
std::vector with from::allocator.
Definition from_vector.hpp:23