Skip to content

Does not compile under Visual Studio 2019 with C++20 #266

Closed
@Warwolt

Description

Hi!

When compiling this project under MSVC 2019 with the standard set to C++20, the Seq.h header fails with error:

Seq.h(37,45): error C2653: 'result_of': is not a class or namespace name 

result_of was depricated in C++17 and has been removed in C++20, and according to notes on cppreference the preferred alternative is to use invoke_result.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions