summaryrefslogtreecommitdiff
path: root/c++/descriptor.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2025-04-18 16:35:52 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2025-04-18 16:35:52 +0200
commitb0a68aba927aaafc97816d18b50b219a595b4dd2 (patch)
tree34eb4c44677609e1e15c676857c4121292247b65 /c++/descriptor.hpp
parentae8711ba90ac2a47ea7654dc873927fb2783ff91 (diff)
Compileable state
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()};
}
+ */
};
}