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

luminous: common: fix BoundedKeyCounter const_pointer_iterator #21083

Merged
merged 1 commit into from
May 3, 2018

Conversation

pdvian
Copy link

@pdvian pdvian commented Mar 28, 2018

with libc++, clang fails to compile a call to:

  vector::assign(const_pointer_iterator, const_pointer_iterator)

because const_pointer_iterator does not satisfy the InputIterator
concept. added the necessary typedefs for value_type and reference
to reflect the pointer type

Fixes: http://tracker.ceph.com/issues/22139

Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit fa034b6)
@smithfarm smithfarm added this to the luminous milestone Mar 28, 2018
@smithfarm
Copy link
Contributor

retest this please

@smithfarm smithfarm requested a review from cbodley March 28, 2018 06:06
@smithfarm
Copy link
Contributor

@cbodley Does this need both rgw and rados suites, or is just rgw sufficient?

@cbodley
Copy link
Contributor

cbodley commented Mar 28, 2018

@smithfarm rgw is plenty, thanks. this one just fixed a compile error with clang

@yuriw
Copy link
Contributor

yuriw commented Apr 30, 2018

@yuriw yuriw merged commit 9f1f9ee into ceph:luminous May 3, 2018
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.

4 participants