You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
ab9rf
added a commit
to ab9rf/df-structures
that referenced
this issue
Aug 5, 2023
recent research has identified at least two viewscreen classes that contain member variables that are
std::future
s so codegen will need to be extended to support generating structures containing objects of this typelethosor's research indicates that on both msvc and gcc,
std::future<T>
is the same size regardless ofT
, so we can probably just usestd::future<void>
as a placeholderThe text was updated successfully, but these errors were encountered: