[odb-users] recursive loading

MM finjulhich at gmail.com
Fri Jun 15 10:07:54 EDT 2018


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



More information about the odb-users mailing list