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

Simplify description of the SList data structure #100107

Closed

Commits on Mar 21, 2024

  1. Simplify description of the SList data structure

    - Remove the fields from the templated type, so the field offsets used within the type are always constant and defined by a non-templated structure (See usage of SListBase)
    - Remove unused feature of SList, where the field present in the walkable structure can be configured to not be called m_Link
    davidwrighton committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    bd30715 View commit details
    Browse the repository at this point in the history