(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

Avoid installation if included as a subproject #47

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 27, 2020

  1. Configuration menu
    Copy the full SHA
    8d2ef16 View commit details
    Browse the repository at this point in the history

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

Commits on Jun 12, 2022

  1. Merge pull request #1 from andreasWallner/c++20

    Fix build for C++20
    nicola-gigante committed Jun 12, 2022
    Configuration menu
    Copy the full SHA
    2494d2a View commit details
    Browse the repository at this point in the history