@daniel said in Building develop for C++ API:
I'm curious which way you fixed it
I would estimate I've added .get() in 90% of all cases and only returned / passed a ref counted pointer where the caller & callee actually takes / shares the ownership.