collection_resolver progress
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
|
||||
#include <atomic>
|
||||
|
||||
#include "matador/object/object_ptr.hpp"
|
||||
#include "matador/object/collection_resolver.hpp"
|
||||
|
||||
#include "matador/utils/identifier.hpp"
|
||||
@@ -13,14 +12,6 @@
|
||||
namespace matador::object {
|
||||
|
||||
|
||||
// template<typename Type>
|
||||
// class collection_resolver : public abstract_collection_resolver {
|
||||
// public:
|
||||
// collection_resolver() : abstract_collection_resolver(typeid(Type)) {}
|
||||
//
|
||||
// virtual std::shared_ptr<Type> resolve(const utils::identifier& id) = 0;
|
||||
// };
|
||||
|
||||
template<typename Type>
|
||||
class collection_proxy final {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user