-
Notifications
You must be signed in to change notification settings - Fork 30
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
Move MetaSkeletonStateSpaceSaver implementation to a cpp file. #273
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch! This looks good to me. Just made two comments about style.
|
||
TEST(MetaSkeletonStateSpaceSaver, MetaSkeletonStateSpaceReturnsToOriginal) | ||
{ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Please remove this empty line.
@@ -11,6 +14,7 @@ MetaSkeletonStateSpaceSaver::MetaSkeletonStateSpaceSaver( | |||
{ | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: Please add // Do nothing
to indicate this function is intentionally empty.
* Move MetaSkeletonStateSpaceSaver-impl to cpp file * Add tests for MetaSkeletonStateSpaceSaver * Remove unused header from test_MetaSkeletonStateSpaceSaver * Address PR review comments * Added PR change to CHANGELOG
This PR moves
MetaSkeletonStateSpaceSaver
's implementation from a header file to a cpp file. The current version results in multiple definition error when two classes importMetaSkeletonStateSpaceSaver
.Before creating a pull request
make format
Before merging a pull request
CHANGELOG.md