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
TL;DR. There's a lot of places I used std::decay to get rid of references and const qualifiers. Which decay does that but have unintentional behavior for functions and arrays. Should fix that when possible.
The text was updated successfully, but these errors were encountered:
TL;DR. There's a lot of places I used std::decay to get rid of references and const qualifiers. Which decay does that but have unintentional behavior for functions and arrays. Should fix that when possible.
The text was updated successfully, but these errors were encountered: