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

Speculatively implement LWG-3664 #2522

Merged
merged 4 commits into from
Feb 7, 2022
Merged

Commits on Feb 6, 2022

  1. Speculatively implement LWG-3664

    to fix a regression when calling `ranges::distance` with array arguments which _should_ decay to pointers.
    CaseyCarter committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    0c3202e View commit details
    Browse the repository at this point in the history
  2. Don't convert meow(&)[] to const meow*

    Merge `distance(i, s)` overloads to use `if constexpr` dispatch instead of concept overloading.
    CaseyCarter committed Feb 6, 2022
    2 Configuration menu
    Copy the full SHA
    5407013 View commit details
    Browse the repository at this point in the history
  3. Review comment

    CaseyCarter committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    95115ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81a5aa0 View commit details
    Browse the repository at this point in the history