[libcxx-commits] [libcxx] [libc++][any] LWG3305: `any_cast<void>` (PR #78215)

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 16 04:14:57 PST 2024


H-G-Hristov wrote:

> I see you implemented this code only for C++26. In general we retroactively apply LWG issues to all previous standard versions. Is there a reason why you only applied this to C++26?

I am not familiar with this process. I'm happy to do what's needed to be done. So I assume I need to remove the version guards and test against the original implementation?

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


More information about the libcxx-commits mailing list