Skip to content

Fix: Port to macOS 15.5 (Sequoia) – clang++ compatibility, std::swap,… #433

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

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

Conversation

saltorico
Copy link

Sequoia port for MacOs15.5

  1. Added Methods
    File: dmattributevar.h

    • Added method:
      template <class T>
      inline const DmElementHandle_t& CDmaElement<T>::Data() const {
          return Value();
      }
    • Purpose: fix compatibility error caused by missing Data() method; correctly uses Value() as return type.
  2. Replacement of std::swap
    File: ./public/tier1/utlblockmemory.h

    • Replaced instance of this->swap( with std::swap( without changing arguments or logic.

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.

1 participant