Skip to content

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

@marty1885

Description

@marty1885

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C++Issues with the C++ core languageenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions