diff --git a/include/util/pool_allocator.hpp b/include/util/pool_allocator.hpp index 9015d111e..1f2b6510d 100644 --- a/include/util/pool_allocator.hpp +++ b/include/util/pool_allocator.hpp @@ -30,6 +30,7 @@ public: return instance; } + // TODO: alignment!!! template T *allocate(std::size_t n) {