schema progress (does not compile)

This commit is contained in:
2025-12-31 11:56:12 +01:00
parent d104222fdd
commit ab2d39407c
65 changed files with 1355 additions and 922 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include <algorithm>
namespace matador::object {
object_generator::object_generator(repository& repo, const std::shared_ptr<object>& object)
object_generator::object_generator(const repository& repo, const std::shared_ptr<object>& object)
: repo_(repo)
, object_(object) {}