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
C++20 will have a new trait std::remove_cvref that doesn't have undesirable effect of std::decay on arrays, so maybe it's worth using it for example here: