[libcxx-commits] [libcxx] [libc++][sstream] Add deleted special member functions (PR #80254)

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 1 06:19:55 PST 2024


philnik777 wrote:

They are already implicitly deleted because there are move constructors and assignment operators. Explicit deletion is simply not required.

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


More information about the libcxx-commits mailing list