]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
kv: build without "using namespace std"
authorKefu Chai <kchai@redhat.com>
Wed, 11 Aug 2021 04:01:50 +0000 (12:01 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 13 Aug 2021 04:23:38 +0000 (12:23 +0800)
commit5fe2c7c14d81cc22d47bf69d880ee2a49608a0de
tree0c06c32f52f04ccb3eaf82548984b8994ab51f74
parent85244605d2a9ed51f2660bf6e4017906e64e2a04
kv: build without "using namespace std"

* add "std::" prefix in headers
* add "using" declarations in .cc files.

so we don't rely on "using namespace std" in one or more included
headers.

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