Brett 2024-02-29 10:14:03 -05:00
parent fd58930c1d
commit 1732f39a42
2 changed files with 2 additions and 1 deletions

View File

@ -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*>
// { // {

View File

@ -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>