]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
libradosstriper: build without "using namespace std"
authorKefu Chai <kchai@redhat.com>
Wed, 11 Aug 2021 04:00:21 +0000 (12:00 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 13 Aug 2021 04:23:38 +0000 (12:23 +0800)
commit156bd1963d7d8081f3e41cbb58479794bb13c28e
tree108d1ec22e24fdfce8278c643edd5fcd28a461fa
parent15467a543343d4ebce1ceaba3e1e54745dbd9c27
libradosstriper: 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/libradosstriper/RadosStriperImpl.cc
src/libradosstriper/RadosStriperImpl.h