Skip to content

Note explicit and deleted copy constructor and assignment#17

Open
slburson wants to merge 5 commits into
borodust:masterfrom
slburson:copy-ctor-and-assign
Open

Note explicit and deleted copy constructor and assignment#17
slburson wants to merge 5 commits into
borodust:masterfrom
slburson:copy-ctor-and-assign

Conversation

@slburson

@slburson slburson commented Jul 1, 2026

Copy link
Copy Markdown

For Claw #30, I needed a little more information about copy constructors and copy assignment operators: whether they're explicitly declared, or declared = delete.

I had to remove the isDeleted check in shaking.c because the absence of an explicit copy constructor or assignment operator means something different from one being declared = delete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant