preparations for object_generator (generating objects with attributes and constraints)

This commit is contained in:
2025-11-23 15:58:14 +01:00
parent 19b0adf737
commit e67c0f39a3
23 changed files with 468 additions and 69 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ public:
auto info = std::make_unique<object_info<Type>>(
result.value(),
attribute_generator::generate(*obj, repo),
std::move(creator)
std::forward<CreatorFunc>(creator)
);
result.value()->info_ = std::move(info);