]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
krbd: build without "using namespace std"
authorKefu Chai <kchai@redhat.com>
Wed, 11 Aug 2021 04:03:26 +0000 (12:03 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 13 Aug 2021 04:23:38 +0000 (12:23 +0800)
commit26c0d8fe78ac9ed807e6e300e27a8e2fdd0f6e18
treed7fd02ed9256293a71e686047fcefa961220a95a
parent573fd9804ced51fd825e745857c92b8f80ddcaa3
krbd: 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/krbd.cc