]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common/str_list: s/boost::string_view/std::string_view 20475/head
authorKefu Chai <kchai@redhat.com>
Mon, 19 Feb 2018 02:55:02 +0000 (10:55 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 19 Feb 2018 02:55:08 +0000 (10:55 +0800)
commit939db758e40a7c157624274047ef54f9c22ea4dd
tree9c1068eb631f1a2182f7eddf1f0ab6ad60f6e39e
parent3b10d162350e5b091293a8a5a5c7db7c4ec4c22b
common/str_list: s/boost::string_view/std::string_view

since string_view is include by standard library, we can now switch from
boost::string_view to std::string_view.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/common/cmdparse.cc
src/common/str_list.cc
src/include/str_list.h
src/kv/RocksDBStore.cc