]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
compressor: build without "using namespace std"
authorKefu Chai <kchai@redhat.com>
Wed, 11 Aug 2021 04:02:35 +0000 (12:02 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 13 Aug 2021 04:23:38 +0000 (12:23 +0800)
commit19f81c6c574dd2347722a40877218562fa1840a8
tree6819cd663a6449aa678b52ac280bc508118dde25
parentbaab67ca52eafaf58ccf70cee577e97db37e391f
compressor: 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/compressor/lz4/LZ4Compressor.h