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
impl/winmd_reader/view.h uses std::exchange but <utility> has not been explicitly included. It fails to build on GCC 12 / libstdc++ with error: 'exchange' is not a member of 'std'.
impl/winmd_reader/view.husesstd::exchangebut<utility>has not been explicitly included. It fails to build on GCC 12 / libstdc++ witherror: 'exchange' is not a member of 'std'.