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
It doesn't appear possible to use try_dequeue on a queue of objects that are not default constructible, it would be nice if this could be supported by having a variant that returns optional.
It doesn't appear possible to use
try_dequeueon a queue of objects that are not default constructible, it would be nice if this could be supported by having a variant that returns optional.