diff options
author | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-04-18 16:35:52 +0200 |
---|---|---|
committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2025-04-18 16:35:52 +0200 |
commit | b0a68aba927aaafc97816d18b50b219a595b4dd2 (patch) | |
tree | 34eb4c44677609e1e15c676857c4121292247b65 /c++/descriptor.hpp | |
parent | ae8711ba90ac2a47ea7654dc873927fb2783ff91 (diff) |
Compileable state
Diffstat (limited to 'c++/descriptor.hpp')
-rw-r--r-- | c++/descriptor.hpp | 3 |
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()}; } + */ }; } |