schema progress (does not compile)
This commit is contained in:
@@ -99,10 +99,4 @@ void repository_node::unlink() {
|
||||
next_sibling_.reset();
|
||||
previous_sibling_.reset();
|
||||
}
|
||||
|
||||
utils::result<repository_node::node_ptr, utils::error> repository_node::make_and_attach_node(repository& repo, const std::string& name, const std::type_index& ti) {
|
||||
const auto node = std::shared_ptr<repository_node>(new repository_node(repo, name, ti));
|
||||
|
||||
return repo.attach_node(node, "");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user