Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix fake deleted methods in pnUtList #581

Merged
merged 1 commit into from
Dec 22, 2018
Merged

Fix fake deleted methods in pnUtList #581

merged 1 commit into from
Dec 22, 2018

Conversation

Hoikas
Copy link
Member

@Hoikas Hoikas commented Dec 21, 2018

Intrusive linked lists should never be copied. The copy constructor and operator were effectively disabled previously, but this is a more correct way to ensure copy code is never generated for list elements.

Intrusive linked lists should never be copied. The copy constructor and
operator were effectively disabled previously, but this is a more
correct way to ensure copy code is never generated for list elements.
@Hoikas Hoikas merged commit 175feb0 into H-uru:master Dec 22, 2018
@Hoikas Hoikas deleted the list branch December 22, 2018 01:03
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.

None yet

2 participants