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

Hristo Hristov via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 5 01:08:27 PST 2024


H-G-Hristov wrote:

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

I assume it is a matter of style to be explicit. As I understand it the implementation tries to stay close to the standard wording (and I like being explicit) I created the PR. In that context do we want any part of this PR or should I drop it?

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


More information about the libcxx-commits mailing list