From b0a68aba927aaafc97816d18b50b219a595b4dd2 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 18 Apr 2025 16:35:52 +0200 Subject: Compileable state --- c++/descriptor.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'c++/descriptor.hpp') 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 +#include namespace kel { namespace lbm { @@ -164,10 +165,12 @@ public: factory_struct_{inp} {} + /* template constexpr auto require() const noexcept { return {factory_struct_.add_maybe()}; } + */ }; } -- cgit v1.2.3