summaryrefslogtreecommitdiff
path: root/c++/descriptor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'c++/descriptor.hpp')
-rw-r--r--c++/descriptor.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/c++/descriptor.hpp b/c++/descriptor.hpp
index aa8c943..b1ee5b1 100644
--- a/c++/descriptor.hpp
+++ b/c++/descriptor.hpp
@@ -1,6 +1,7 @@
#pragma once
#include <forstio/codec/data.hpp>
+#include <forstio/codec/schema_factory.hpp>
namespace kel {
namespace lbm {
@@ -164,10 +165,12 @@ public:
factory_struct_{inp}
{}
+ /*
template<typename TA, saw::string_literal KA>
constexpr auto require() const noexcept {
return {factory_struct_.add_maybe()};
}
+ */
};
}