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

Fix: Use correct methods when writing toposorted structs #1320

Merged
merged 1 commit into from
Feb 28, 2024

Commits on Feb 28, 2024

  1. Fix: Use correct methods when writing toposorted structs

    If there are other structs in `toposorted_structs` before `strct`, they were written with the methods of `strct` instead of their own. This commit fixes that.
    
    This commit also fixes the check against `out.types.cxx` that should prevent duplicate definitions. I didn't encounter any such issues, but I still think that it makes sense to fix it.
    
    Both issues were introduced in commit 5439fa1.
    phil-opp committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    eabcb31 View commit details
    Browse the repository at this point in the history