]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
include/object.h: do not "using namespace std" 42742/head
authorKefu Chai <kchai@redhat.com>
Mon, 9 Aug 2021 07:54:22 +0000 (15:54 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 13 Aug 2021 08:56:55 +0000 (16:56 +0800)
commit0bb2e68a77495b179f9786296b5505b201b69b06
tree1aebc6a55f99257f00dd13b27b4aea72c86038e2
parent20552c5e8ad7019551e1a85998558bc2a551c8da
include/object.h: do not "using namespace std"

so the identifiers in "std" namespace do not conflict the ones in C code
or the idenfitiers in other namespaces.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/include/object.h