]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
neorados: build without "using namespace std"
authorKefu Chai <kchai@redhat.com>
Wed, 11 Aug 2021 04:00:47 +0000 (12:00 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 13 Aug 2021 04:23:38 +0000 (12:23 +0800)
commit423c7d862f5a4d9edd263f7327feb54985ce3790
tree602adf19d7a0578dca95394dbab9217d31c42fbc
parent156bd1963d7d8081f3e41cbb58479794bb13c28e
neorados: 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/neorados/cls/fifo.cc
src/neorados/cls/fifo.h