diff options
Diffstat (limited to 'modules/codec/c++/data.hpp')
-rw-r--r-- | modules/codec/c++/data.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp index 1cd474c..e955af0 100644 --- a/modules/codec/c++/data.hpp +++ b/modules/codec/c++/data.hpp @@ -25,6 +25,7 @@ struct Native { static constexpr string_literal name = "encode::Native"; }; } + template<typename Schema, typename Encode, typename Storage = storage::Default> class codec; /* |