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

Inheritance edge cases #45

Open
jdeans289 opened this issue Aug 30, 2023 · 0 comments
Open

Inheritance edge cases #45

jdeans289 opened this issue Aug 30, 2023 · 0 comments

Comments

@jdeans289
Copy link
Owner

jdeans289 commented Aug 30, 2023

Inheritance is implemented, but I still need to work out some of the nastier corners.

  • Multiple inheritance
    • This should just work as long as it isn't diamond, but needs to be tested.
  • Diamond inheritance/virtual inheritance
    • yikes
  • Overloaded members
    • Need to do some research on how this actually works in C++
  • Template inheritance
    • ?????
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

No branches or pull requests

1 participant