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

Leverage std::make_unique & std::make_shared to create objects in the heap #3254

Open
wants to merge 1 commit into
base: v3/master
Choose a base branch
from

Commits on Sep 10, 2024

  1. leverage std::make_unique & std::make_shared

    - Simpler code & more efficient because control block can be allocated
      with object.
    eduar-hte committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c6c06c4 View commit details
    Browse the repository at this point in the history