From 0bb2e68a77495b179f9786296b5505b201b69b06 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 9 Aug 2021 15:54:22 +0800 Subject: [PATCH] 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 --- src/include/object.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/include/object.h b/src/include/object.h index 96951e74de79b..e7cd853b00f39 100644 --- a/src/include/object.h +++ b/src/include/object.h @@ -31,8 +31,6 @@ #include "ceph_hash.h" #include "cmp.h" -using namespace std; - struct object_t { std::string name; -- 2.47.3