summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-01-15 12:40:53 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-01-15 12:40:53 +0100
commit422fe6d671663348a9f5285148cd8c25e8f82ae7 (patch)
tree5a7f602504bcc5ec9073eb12eb18120afeb60309 /modules
parent57a43482e6b6aaf9aa975d6c9e7c65aaf6fc4567 (diff)
downloadforstio-forstio-422fe6d671663348a9f5285148cd8c25e8f82ae7.tar.gz
allocation comments
Diffstat (limited to 'modules')
-rw-r--r--modules/codec/c++/allocator.hpp10
1 files changed, 10 insertions, 0 deletions
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<Schema,Encoding,Allocator> basically
+//
+// data<Schema,Allocator<Encoding>> has some issues
+// Technically for now I could still use it. I just need to do it.
+}