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

Fixes PointerVector's slicing issue for polymorphic types. #1550

Merged
merged 6 commits into from
Sep 20, 2024

Commits on Aug 25, 2024

  1. Fixes PointerVector's slicing issue for polymorphic types.

    - Adds a clone method that is enabled when the held type is non-polymorphic or contains a clone method.
    - Deprecates the copy constructor and copy assignment operator.
    Dimi1010 committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    1291c0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b134976 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    5582d48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2826ce5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f664381 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Remove unused include.

    Dimi1010 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    70b9100 View commit details
    Browse the repository at this point in the history