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++] Simplify the implementation of LWG2762 (noexcept for unique_ptr) #102032

Merged
merged 1 commit into from
Aug 13, 2024

Commits on Aug 13, 2024

  1. [libc++] Simplify the implementation of LWG2762 (noexcept for unique_…

    …ptr)
    
    I had originally made some comments in https://reviews.llvm.org/D128214
    that were followed when we implemented LWG2762. I don't understand why
    I made these comments anymore, but either way it seems like I was wrong
    since using `unique_ptr<void>::operator*` should be ill-formed. All other
    implementations also make that ill-formed.
    ldionne committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7acf191 View commit details
    Browse the repository at this point in the history