You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🐛 (patch) Add exceptions an no-rtti ABI flags (#43)
* 🐛 (patch) Add exceptions an no-rtti ABI flags
libhal projects use the no-rtti ABI flag to disable RTTI for all objects
except for exceptions. Currently strong_ptr enables this ABI by not
specifying that its disabled preventing its usage in programs with
RTTI disabled.
* Fix incorrect rc<T> destruction
0 commit comments