[libcxx-commits] [libcxx] [libc++][NFC] Reduce workaround in a `in_place_t` constructor of `optional` (PR #174306)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jan 5 08:37:47 PST 2026
https://github.com/philnik777 commented:
I think we were technically non-conforming before here. You could have called `optional` with the first argument being convertible to `in_place_t`, but not to `T`. I'm not sure it's worth adding a test for this OTOH, since that's really a deranged case.
Assuming I didn't miss something this would definitely not be NFC though.
https://github.com/llvm/llvm-project/pull/174306
More information about the libcxx-commits
mailing list