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

Add metafunction result_of::compose #75

Merged
merged 2 commits into from
Apr 27, 2019

Commits on Feb 14, 2019

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

Commits on Feb 19, 2019

  1. Add metafunction result_of::compose

    Some Boost.Graph algorithms return one of their optional named function parameters.  If the user doesn't specify the parameter, then the default return type must necessarily be different.  This metafunction is needed to help facilitate computation of such a return type without resorting to decltype(), which not all compilers support.
    CromwellEnage committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    7d1cee2 View commit details
    Browse the repository at this point in the history