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

std::future support #625

Closed
ab9rf opened this issue Aug 4, 2023 · 0 comments · Fixed by #630
Closed

std::future support #625

ab9rf opened this issue Aug 4, 2023 · 0 comments · Fixed by #630

Comments

@ab9rf
Copy link
Member

ab9rf commented Aug 4, 2023

recent research has identified at least two viewscreen classes that contain member variables that are std::futures so codegen will need to be extended to support generating structures containing objects of this type

lethosor's research indicates that on both msvc and gcc, std::future<T> is the same size regardless of T, so we can probably just use std::future<void> as a placeholder

ab9rf added a commit to ab9rf/df-structures that referenced this issue Aug 5, 2023
and add support in codegen for `std::future`

should close DFHack#625
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 a pull request may close this issue.

1 participant