]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd_replay: build without "using namespace std"
authorKefu Chai <kchai@redhat.com>
Wed, 11 Aug 2021 03:55:32 +0000 (11:55 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 13 Aug 2021 04:23:37 +0000 (12:23 +0800)
commit4d7214ff45d55a25939192b0d7b2c9cbc24e6e47
tree1da41ab7e645b4d2f25a71ee97e76069ea50e234
parent9bc2e9d253fc89d39d2ce520e6f95109b78983a4
rbd_replay: 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/rbd_replay/Replayer.cc
src/rbd_replay/actions.cc
src/rbd_replay/rbd-replay.cc