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

[std.range.chain] Use static assert instead of complex constraint #8821

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

Commits on Sep 22, 2023

  1. [std.range.chain] Use static assert instead of complex constraint

    We can give more precise errors then.
    
    I've included a constraint that at least one argument is an input range.
    This is to reduce the chance of breaking code that uses an overload of
    chain defined elsewhere.
    ntrel committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    ec7a5ed View commit details
    Browse the repository at this point in the history
  2. Avoid static if

    ntrel committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    53afc45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5934c38 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

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