24 #include <flw/cmn/allocators/AllocatorStack.h> 25 #include <flw/cmn/allocators/AllocatorHeap.h> 32 using vec = std::vector<T, std::allocator<T>>;
35 using vecStack = std::vector<T, AllocatorStack<T>>;
38 using vecHeap = std::vector<T, AllocatorHeap<T>>;