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++] Remove assumptions that std::array::iterator is a raw pointer #74624

Merged
merged 2 commits into from
Dec 18, 2023

Commits on Dec 6, 2023

  1. [libc++] Remove assumptions that std::array::iterator is a raw pointer

    This patch removes assumptions that std::array's iterators are raw
    pointers in the source code and in our test suite. While this is true
    right now, this doesn't have to be true and ion the future we might
    want to enable bounded iterators in std::array, which would require
    this change.
    
    This is a pre-requisite for landing llvm#74482
    ldionne committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    860b13e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

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