[libcxx-commits] [libcxx] [libcxx] Remove Redundant Reset in ~basic_string (PR #164718)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Mon Nov 3 11:00:15 PST 2025


philnik777 wrote:

> > We should probably move __uninitialized_tag, but that can be done separately.
> 
> Makes sense. It was a bit weird including that header just for that struct. Any opinions/ideas on where it should go?

Not really yet. The header is small enough that I don't really don't want to split it up further. Feel free to leave it as-is and someone will figure it out at some point (or not, if the `dead_on_return` changes are done faster...).

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


More information about the libcxx-commits mailing list