[libcxx-commits] [libcxx] [libc++] Remove unnecessary static_casts in std::forward_list (PR #130310)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 26 00:22:55 PDT 2025


philnik777 wrote:

> > @nico Could you maybe check whether you see any breakage with this change?
> 
> Is there a reason why you suspect this might break some code?

Nothing specific. It's mostly that this requires a converting constructor that it didn't before and I wasn't able to find any specifics about fancy pointers in the standard.

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


More information about the libcxx-commits mailing list