(Go: >> BACK << -|- >> HOME <<)

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

Fix build for C++20, Fix #53 #54

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 12, 2020

  1. Fix build for C++20

    C++20 removed the deprecated std::result_of in favor of
    std::invoke_result.
    Switch between usage of those depending on the cpp_lib_is_invocable
    feature test macro.
    
    See:
     - https://en.cppreference.com/w/cpp/types/result_of
     - https://en.cppreference.com/w/cpp/feature_test#Library_features
    andreasWallner committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    7addf48 View commit details
    Browse the repository at this point in the history