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
The definition of std::apply uses std::get, although spelling std:: shouldn't be necessary (due to the [contents]). In the very same section, std::make_from_tuple calls get without qualification. It would be nice to unify the two one way or another.