summaryrefslogtreecommitdiff
path: root/modules/codec/c++
diff options
context:
space:
mode:
Diffstat (limited to 'modules/codec/c++')
-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.
+}