]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
include/interval_set: do not inherit from std::iterator
authorKefu Chai <kchai@redhat.com>
Sat, 10 Oct 2020 12:56:21 +0000 (20:56 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 10 Oct 2020 12:58:04 +0000 (20:58 +0800)
commitaf3be4b7252873f57abab1aa421604684fa33bce
treebe9f74d57ad92f6ecefd4e337b6974ee83e440e5
parent63b40dbc5baf93e460d80194614f297e3ca299d3
include/interval_set: do not inherit from std::iterator

std::iterator is deprecated in C++17, so drop it.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/include/interval_set.h