added has_many for non object_ptr types

This commit is contained in:
Sascha Kühl
2026-01-16 15:54:21 +01:00
parent 5dae396842
commit 4c899ae2f2
8 changed files with 39 additions and 52 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
namespace work::core {
struct Model {
uint64_t id;
uint64_t version;
uint64_t id{};
uint64_t version{};
template<typename Operator>
void process( Operator& op ) {