Open marty1885 opened 4 years ago
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.
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.