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

DM-8106: SpherePoint does not have move constructors/assignment #179

Merged
merged 2 commits into from Feb 23, 2017

Conversation

kfindeisen
Copy link
Member

This change lets SpherePoint explicitly declare move operations, as proposed in RFC-209, but in a slightly different style than assumed there. This PR also includes some other SpherePoint cleanup.

This change allows SpherePoint to conform to RFC-209. In addition,
I've moved the explicit default implementations of all special methods
to SpherePoint.cc (for improved abstraction) and added a missing test
for operator=, which cannot be tested from Python.
@kfindeisen kfindeisen merged commit f98bf97 into master Feb 23, 2017
@kfindeisen kfindeisen deleted the tickets/DM-8106 branch August 22, 2018 19:24
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

1 participant