summaryrefslogtreecommitdiff
path: root/modules/codec/c++/allocator.hpp
blob: d870559cad4100376d43a734f5b9001fe99a6a10 (plain)
1
2
3
4
5
6
7
8
9
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.
}