MM
2018-06-15 14:07:54 UTC
Hello,
With a raw pointer, when issuing a
auto* ptr = db.load<myclass>(id);
Is it possible to have the pre-load c++ callback of myclass issue
another db.load<myclass>( another_id )
I'm having a core dump in this situation.
myclass member fields refer to other instances of the same type.
Rds,
MM
With a raw pointer, when issuing a
auto* ptr = db.load<myclass>(id);
Is it possible to have the pre-load c++ callback of myclass issue
another db.load<myclass>( another_id )
I'm having a core dump in this situation.
myclass member fields refer to other instances of the same type.
Rds,
MM