]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
osdc: build without "using namespace std"
authorKefu Chai <kchai@redhat.com>
Wed, 11 Aug 2021 03:55:49 +0000 (11:55 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 13 Aug 2021 04:23:37 +0000 (12:23 +0800)
commitb668f5c78726c6994ddcaf1cf328e17f8bb15298
tree939a10c91f7918df1ac5b6391057e354820947ab
parent4d7214ff45d55a25939192b0d7b2c9cbc24e6e47
osdc: 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/osdc/Journaler.cc
src/osdc/Journaler.h
src/osdc/Objecter.cc
src/osdc/Objecter.h