Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit 29e51f827bb61af23fb3de4c90a1fad1bb70a04a Author: Louis Dionne <ldionne.2@gmail.com> Date: Tue Aug 13 16:18:01 2024 -0400 [libc++] Simplify the implementation of LWG2762 (noexcept for unique_ptr) (#102032) 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. |