[libcxx-commits] [libcxx] [libc++] Simplify the implementation of LWG2762 (noexcept for unique_ptr) (PR #102032)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 13 06:55:16 PDT 2024


ldionne wrote:

> It seems that the SFINAE-friendness of `unique_ptr<void>::operator*` was originally expected and tested in https://reviews.llvm.org/D100073 ([57ebf3d](https://github.com/llvm/llvm-project/commit/57ebf3d0087a8f988fac2409d04c953b850cb05f)). Should we just remove the test coverage?

Yes, I think that makes the most sense.

https://github.com/llvm/llvm-project/pull/102032


More information about the libcxx-commits mailing list