collection_resolver progress
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "matador/utils/access.hpp"
|
||||
|
||||
#include "matador/object/object_ptr.hpp"
|
||||
#include "matador/object/collection.hpp"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
@@ -25,7 +26,7 @@ struct author {
|
||||
std::string date_of_birth;
|
||||
unsigned short year_of_birth{};
|
||||
bool distinguished{false};
|
||||
std::vector<object::object_ptr<book> > books;
|
||||
object::collection<object::object_ptr<book> > books;
|
||||
|
||||
template<typename Operator>
|
||||
void process(Operator &op) {
|
||||
|
||||
Reference in New Issue
Block a user