]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
auth: build without "using namespace std"
authorKefu Chai <kchai@redhat.com>
Wed, 11 Aug 2021 04:02:08 +0000 (12:02 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 13 Aug 2021 04:23:38 +0000 (12:23 +0800)
commitbaab67ca52eafaf58ccf70cee577e97db37e391f
tree1e3f1ec95e6ab609c5f5716ebe2342e6d909a1f3
parent5fe2c7c14d81cc22d47bf69d880ee2a49608a0de
auth: 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/auth/Crypto.cc
src/auth/cephx/CephxKeyServer.cc