From 422fe6d671663348a9f5285148cd8c25e8f82ae7 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 15 Jan 2026 12:40:53 +0100 Subject: allocation comments --- modules/codec/c++/allocator.hpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 modules/codec/c++/allocator.hpp (limited to 'modules/codec/c++') diff --git a/modules/codec/c++/allocator.hpp b/modules/codec/c++/allocator.hpp new file mode 100644 index 0000000..d870559 --- /dev/null +++ b/modules/codec/c++/allocator.hpp @@ -0,0 +1,10 @@ +#pragma once + +namespace saw { +// The more I check the typings etc +// the more I realize that I need an allocator type +// data basically +// +// data> has some issues +// Technically for now I could still use it. I just need to do it. +} -- cgit v1.2.3