vec
parent
fd58930c1d
commit
1732f39a42
|
@ -274,7 +274,7 @@ namespace blt
|
|||
private:
|
||||
std::vector<block_storage*> blocks;
|
||||
};
|
||||
|
||||
|
||||
// template<typename T>
|
||||
// class bump_allocator : public allocator_base<T, T*, const T*>
|
||||
// {
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
|
||||
#include <iterator>
|
||||
#include <blt/std/memory_util.h>
|
||||
#include <blt/std/allocator.h>
|
||||
#include "ranges.h"
|
||||
#include <stdexcept>
|
||||
|
||||
|
|
Loading…
Reference in New Issue