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++][modules] Consolidate modules for math and tuple #107398

Closed

Commits on Sep 5, 2024

  1. [libc++][modules] Consolidate modules for math and tuple

    The module for tuple is kept private and does not contain <tuple>
    itself, because that pulls in too many dependencies. Only the
    utilities related to tuple are consolidated into a single module.
    ldionne committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c2d0830 View commit details
    Browse the repository at this point in the history