summaryrefslogtreecommitdiff
path: root/modules/codec/c++/data.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/codec/c++/data.hpp')
-rw-r--r--modules/codec/c++/data.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp
index a17f123..8e92622 100644
--- a/modules/codec/c++/data.hpp
+++ b/modules/codec/c++/data.hpp
@@ -21,7 +21,9 @@ struct Default {};
}
namespace encode {
-struct Native {};
+struct Native {
+ static constexpr string_literal name = "encode::Native";
+};
}
template<typename Schema, typename Encode, typename Storage = storage::Default>
class codec;