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

Commits on Apr 9, 2021

  1. shared_ptr.hpp: minor optimization (GCC hotfix)

    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.
    Nekotekina committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    332c512 View commit details
    Browse the repository at this point in the history
  2. shared_ptr.hpp: further fixes

    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.
    Nekotekina committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    8c5f2b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10bbb7f View commit details
    Browse the repository at this point in the history