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

Enabled rosbag::Bag move operations if compiler support is available #1189

Merged
merged 2 commits into from
Oct 20, 2017

Conversation

racko
Copy link
Contributor

@racko racko commented Oct 14, 2017

No description provided.

Bag& operator=(Bag&& other) {
swap(other);
return *this;
}
Copy link
Member

Choose a reason for hiding this comment

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

Please keep the implementation of these methods in the cpp file even though they are short.

@racko racko force-pushed the rosbag_move_operations_if_possible branch from f787b59 to c057ffb Compare October 17, 2017 20:25
@racko
Copy link
Contributor Author

racko commented Oct 17, 2017

Updated

@racko racko force-pushed the rosbag_move_operations_if_possible branch from c057ffb to 5b55572 Compare October 17, 2017 20:39
@dirk-thomas
Copy link
Member

Thank you for the patch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants