]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tools/erasure-code: build without "using namespace std"
authorKefu Chai <kchai@redhat.com>
Wed, 11 Aug 2021 10:22:40 +0000 (18:22 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 13 Aug 2021 04:23:39 +0000 (12:23 +0800)
commitf6b157e946b7cdfc32481707fb655fccd19753a6
treee6fa33dbe54870a34e1a63cd64696023530fe3c6
parentef9682e9e899fa3ee9fa23069829aa62bf911ed2
tools/erasure-code: 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/tools/erasure-code/ceph-erasure-code-tool.cc