Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
marty1885 opened this issue May 29, 2020 · 0 comments
Open

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

marty1885 opened this issue May 29, 2020 · 0 comments
Labels
C++ Issues with the C++ core language enhancement New feature or request

Comments

@marty1885
Copy link
Member

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 marty1885 added enhancement New feature or request C++ Issues with the C++ core language labels May 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++ Issues with the C++ core language enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant