Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.

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

Merged
dirk-thomas merged 2 commits intoros:lunar-develfrom
racko:rosbag_move_operations_if_possible
Oct 20, 2017
Merged

Enabled rosbag::Bag move operations if compiler support is available#1189
dirk-thomas merged 2 commits intoros:lunar-develfrom
racko:rosbag_move_operations_if_possible

Conversation

@racko
Copy link
Copy Markdown
Contributor

@racko racko commented Oct 14, 2017

No description provided.

Bag& operator=(Bag&& other) {
swap(other);
return *this;
}
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Member

Thank you for the patch.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants