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 Copy Safety #525

Merged
merged 1 commit into from
Oct 16, 2015
Merged

Fix Copy Safety #525

merged 1 commit into from
Oct 16, 2015

Conversation

mxgrey
Copy link
Member

@mxgrey mxgrey commented Oct 15, 2015

As pointed out by @mkoval in issue #524, we neglected to delete the copy constructors of various classes that are not copy-safe. This pull request deletes their copy constructors.

@mkoval
Copy link
Collaborator

mkoval commented Oct 15, 2015

👍 I was just about to point out that this also applies to Skeleton, MetaSkeleton, and Joint. You beat me to it. 😄

@jslee02
Copy link
Member

jslee02 commented Oct 15, 2015

👍 Looks good to me. Could you create another PR targeting release-5.1? I would like to release 5.1.1 (or possibly just 5.1.0) with some minor fixes.

jslee02 added a commit that referenced this pull request Oct 16, 2015
@jslee02 jslee02 merged commit a05a2ef into master Oct 16, 2015
@mxgrey mxgrey deleted the grey/fix_copy_safety branch October 25, 2015 03: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.

3 participants