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 is_iterator for container algorithms #1785

Merged
merged 3 commits into from Oct 6, 2015
Merged

Fix is_iterator for container algorithms #1785

merged 3 commits into from Oct 6, 2015

Commits on Oct 5, 2015

  1. Adding missing template to is_iterator

    Daniel Bourgeois committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    be77212 View commit details
    Browse the repository at this point in the history
  2. Fix is_iterator for container algorithms

    - This commit fixes is_iterator which failed to use SFINAE properly and
    - calls invoke on proj so that member functions can be called
    Daniel Bourgeois committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    ad0ade5 View commit details
    Browse the repository at this point in the history
  3. Remove using hpx::util::invoke

    Daniel Bourgeois committed Oct 5, 2015
    Configuration menu
    Copy the full SHA
    e4eb705 View commit details
    Browse the repository at this point in the history