[libcxx-commits] [libcxx] [libc++] LWG3233 Broken requirements for shared_ptr converting constructors (PR #93071)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 14 11:40:49 PDT 2024
ldionne wrote:
> @ldionne this also stopped working: https://gcc.godbolt.org/z/K8ncoP4Pv, is that expected??
I don't know yet, I have not had time to look into it and I won't until next week.
For this reason, I am going to temporarily revert this patch since it seems to cause issues and we don't know yet whether we have a bug in there or not. It's also a small and self-contained patch so easy to revert/reapply. I will investigate this next week and we can re-apply it.
https://github.com/llvm/llvm-project/pull/93071
More information about the libcxx-commits
mailing list