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

[libc++] Implement bind_back #81055

Merged
merged 12 commits into from
Apr 9, 2024

Commits on Feb 27, 2024

  1. [libc++] Implement bind_back

    Implement `std::bind_back` function from P2387R3 "Pipe support for user-defined range adaptors".
    JMazurkiewicz committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    dcda573 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17913b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    66632ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    730b4e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    50d4023 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88013f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be1fe95 View commit details
    Browse the repository at this point in the history
  4. Better comment

    JMazurkiewicz committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    5d68323 View commit details
    Browse the repository at this point in the history
  5. Fix CI (Clang modules)

    JMazurkiewicz committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    baa79dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e04f303 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

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

Commits on Apr 9, 2024

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