realm / realm-cpp

Realm C++
Apache License 2.0
74 stars 17 forks source link

Add ability to declare smart pointers in schema #213

Open sync-by-unito[bot] opened 4 months ago

sync-by-unito[bot] commented 4 months ago

Currently, only raw pointers are supported when declaring links in the object schema. This has posed some difficulty for customers as they need to track ownership of objects. This can be mitigated by allowing smart pointers in the schema.

sync-by-unito[bot] commented 4 months ago

➤ PM Bot commented:

Jira ticket: RCPP-78