Skip to content

Conversation

@SolidWallOfCode
Copy link
Member

This is a bit more subtle. Just adding the copy constructor as a default opens the Connection class up to inappropriate copying, but the Server class needs to be able to do that. Making the copy constructor
protected means a subclass must explicitly support copying.

@SolidWallOfCode SolidWallOfCode added this to the 9.0.0 milestone May 6, 2019
@SolidWallOfCode SolidWallOfCode requested a review from zwoop May 6, 2019 16:30
@SolidWallOfCode SolidWallOfCode self-assigned this May 6, 2019
Copy link
Contributor

@zwoop zwoop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Me like!

@SolidWallOfCode SolidWallOfCode merged commit 7115f9b into apache:master May 6, 2019
@bryancall bryancall modified the milestones: 9.0.0, 8.0.6 Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants