]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: add "std::" to qualify type names
authorKefu Chai <kchai@redhat.com>
Thu, 10 Dec 2020 09:10:21 +0000 (17:10 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 11 Dec 2020 08:12:51 +0000 (16:12 +0800)
commit5a0c2dbe2a6c7bfcbc1e187d1da6bc8b7c70a397
tree30c26ce700f54d7faeef3ba72cd366cb1f01504b
parent152d655fbf291d5e657513e2b2fa5ac99f34b665
mon: add "std::" to qualify type names

we should not assume that "using namespace std", or "using std::string"
in the included header files.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/mon/MDSMonitor.h
src/mon/MgrMonitor.h
src/mon/Monitor.h
src/mon/OSDMonitor.cc
src/mon/OSDMonitor.h