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
{{ message }}
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.
Hi, currently on the road to San Diego, but wanted to quickly respond. (Oddly enough I never got notified of your changes just the original issue. Looks like you figured out some of it)
This is one of several correct usages. If you want to have automatic opt in you can inherit via CRTP from sg14::reference_count<T> (where T is your own type). This would allow you to use the default retain_traits. Additionally, you are permitted to specialize retain_traits for your own behavior.
If anyone has any objections to me closing this issue, I'll leave it open until those objections are resolved. Otherwise I'll be closing this sometime 48 hours-ish from now.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is
which prints
a correct usage?
The text was updated successfully, but these errors were encountered: