preparations for object_generator (generating objects with attributes and constraints)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user