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

Tagged results #1935

Merged
merged 3 commits into from Dec 31, 2015
Merged

Tagged results #1935

merged 3 commits into from Dec 31, 2015

Commits on Dec 27, 2015

  1. Adding util::tagged_pair and util::tagged_tuple

    - adding minimal test
    hkaiser committed Dec 27, 2015
    Copy the full SHA
    709e4d4 View commit details
    Browse the repository at this point in the history
  2. Implement tagged result types for those algorithms for which we alrea…

    …dy have range based overloads
    hkaiser committed Dec 27, 2015
    Copy the full SHA
    83faf41 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2015

  1. Fixing some problems related to the inspect tool

    - fixing lines exceeding max length
    - adding commit to generated output
    - doc strings are not tested for line length violations any more
    hkaiser committed Dec 28, 2015
    Copy the full SHA
    e6e6c11 View commit details
    Browse the repository at this point in the history