Skip to content

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.

@celisej567
Copy link

celisej567 commented Jul 12, 2025

V_swap is the preferred solution, but this one is ok as well i guess

@mmacu
Copy link

mmacu commented Jul 25, 2025

Works

@celisej567
Copy link

nillerusr dont want std stuff in his engine tho. I think he wont accept it.

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.

3 participants