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

Replace offset_of in property declarations #297

Open
2 tasks
MrLever opened this issue Jun 28, 2020 · 0 comments
Open
2 tasks

Replace offset_of in property declarations #297

MrLever opened this issue Jun 28, 2020 · 0 comments

Comments

@MrLever
Copy link
Owner

MrLever commented Jun 28, 2020

Using offsetof is invalid for any non-POD data structure, which would be about 90% of the things I'd like to reflect.

  • See this link for possible work-arounds

  • Also consider using pointer-to-member syntax

@MrLever MrLever added this to the Type Reflection milestone Jun 28, 2020
@MrLever MrLever self-assigned this Jun 28, 2020
@MrLever MrLever added this to To do in Sprint 27 (Apollo) via automation Jun 28, 2020
@MrLever MrLever moved this from To do to In progress in Sprint 27 (Apollo) Jun 29, 2020
@MrLever MrLever added Priority:Low and removed Bug Something isn't working Priority:High labels Jul 1, 2020
@MrLever MrLever removed this from In progress in Sprint 27 (Apollo) Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant