Skip to content

Remove my_result_of_t in favor of std::invoke_result_t #370

Open
@Enmk

Description

@Enmk

Kludged to support both C++ 17 and C++ 20, but now since we've completely switched to C++20 in 3.0 branch, it is safe to remove it.

using my_result_of_t = std::invoke_result_t<F, ArgTypes...>;

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.0Features planned for 3.0

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions