Etaler icon indicating copy to clipboard operation
Etaler copied to clipboard

Replace std::decay with std::remove_cvref when C++20 is avaliable

Open marty1885 opened this issue 4 years ago • 0 comments

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.

marty1885 avatar May 29 '20 03:05 marty1885