]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: build without "using namespace std"
authorKefu Chai <kchai@redhat.com>
Wed, 11 Aug 2021 08:00:32 +0000 (16:00 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 13 Aug 2021 04:23:38 +0000 (12:23 +0800)
commit4361b030be11f37dc3c553748dea689c79fed506
tree0b17900f2f926c22d9d3c2daf1a3b33abc35ec08
parent8c70de490101871b07d1cfc5e6b58855514a0b61
client: 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/ceph_syn.cc
src/client/SyntheticClient.cc
src/client/SyntheticClient.h
src/client/fuse_ll.cc
src/include/Distribution.h