diff options
Diffstat (limited to 'include/fud_allocator.hpp')
-rw-r--r-- | include/fud_allocator.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fud_allocator.hpp b/include/fud_allocator.hpp index a9fbd67..693111b 100644 --- a/include/fud_allocator.hpp +++ b/include/fud_allocator.hpp @@ -26,7 +26,7 @@ namespace fud { -class Allocator { +class alignas(size_t) Allocator { public: virtual ~Allocator() = default; |