Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More fixes for shared_ptr #10078

Merged
merged 3 commits into from Apr 9, 2021
Merged

More fixes for shared_ptr #10078

merged 3 commits into from Apr 9, 2021

Conversation

Nekotekina
Copy link
Member

Or it will remain broken...

@Nekotekina Nekotekina changed the title I just must fix it More fixes for shared_ptr Apr 8, 2021
Use thread_local for dummy objects (doesn't work on MSVC).
Couldn't find better way to remove fake static objects completely.
In a sense that they don't appear in object files.
Improved is_same_ptr() trait (added third "maybe" category).
Fallback to pseudo-runtime check in certain cases (if "maybe").
Fix single_ptr moving assignment operator.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant