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

Implement Ranges Set Operations #1044

Merged
merged 5 commits into from
Jul 28, 2020
Merged

Commits on Jul 14, 2020

  1. Implement Ranges Set Operations

    * `mergeable` concept
    
    * algorithms: `ranges::includes`, `ranges::set_union`, `ranges::set_intersection`, `ranges::set_difference`, and `ranges::set_symmetric_difference`.
    CaseyCarter committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    e02931e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa5a7bc View commit details
    Browse the repository at this point in the history
  3. Review comments

    CaseyCarter committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    831c7cc View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Review comments

    CaseyCarter committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    c2d98ed View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

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