]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
java: build without "using namespace std"
authorKefu Chai <kchai@redhat.com>
Thu, 12 Aug 2021 14:42:47 +0000 (22:42 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 13 Aug 2021 05:26:17 +0000 (13:26 +0800)
commitb11c2059506301a45da121e8a2bb8247d4aab173
tree7a0bd8e821d3f9061c1e54898a1b103d28e894ba
parent8a3a88804134be39ddcefea851ec0a62c68b50d9
java: build without "using namespace std"

* 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/java/native/libcephfs_jni.cc