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
Is using std::ignore (part of the library) a good enough solution for us or should we add a different way that does not rely on the library?
I believe std::ignore is good enough but I'd like to hear some more opinions