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