[libcxx-commits] [libcxx] [libc++] Simplify the implementation of LWG2762 (noexcept for unique_ptr) (PR #102032)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Aug 11 18:53:24 PDT 2024
frederick-vs-ja wrote:
It seems that the SFINAE-friendness of `unique_ptr<void>::operator*` was originally expected and tested in https://reviews.llvm.org/D100073 (57ebf3d0087a8f988fac2409d04c953b850cb05f). Should we just remove the test coverage?
https://github.com/llvm/llvm-project/pull/102032
More information about the libcxx-commits
mailing list