[libcxx-commits] [libcxx] [libc++] Revert temporary attempt to implement LWG 4110 (PR #95263)

via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 13 17:19:49 PDT 2024


https://github.com/alexfh approved this pull request.

Yep, the cure is worse than the disease in this case :( The impact of the original change is manageable, while the fix breaks a lot more code. Thanks for trying though! IMHO, process-wise it would be nicer to hold LWG3233 implementation until LWG4110 resolution is agreed upon, but the suggested fix for user code after LWG3233 (using `auto*` for deleter parameters) is a good change anyways.

Looks good modulo pre-merge checks.

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


More information about the libcxx-commits mailing list