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

os/ObjectStore: add noexcept to ensure move ctor is used #8421

Merged
merged 1 commit into from Apr 4, 2016

Conversation

tchaikov
Copy link
Contributor

@tchaikov tchaikov commented Apr 2, 2016

otherwise vector::push_back() will use the copy ctor if it resizes,
to enforce its strong exception guarantee.

Signed-off-by: Kefu Chai kchai@redhat.com

otherwise vector::push_back() will use the copy ctor if it resizes,
to enforce its strong exception guarantee.

Signed-off-by: Kefu Chai <kchai@redhat.com>
@tchaikov
Copy link
Contributor Author

tchaikov commented Apr 2, 2016

@cbodley would you please take a look? this is a follow-up of #7303.

@tchaikov tchaikov added this to the jewel milestone Apr 2, 2016
@liewegas
Copy link
Member

liewegas commented Apr 3, 2016

passed rados run

@cbodley
Copy link
Contributor

cbodley commented Apr 4, 2016

@tchaikov good catch 👍

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