Hello Alexey Serbin, Andrew Wong, Grant Henke,
I'd like you to do a code review. Please visit
http://gerrit.cloudera.org:8080/15491
to review the following change.
Change subject: util: stop using namespaces
......................................................................
util: stop using namespaces
There were a few holdouts of this, most likely from imported Impala code.
It's a no-no for Kudu style, and "using namespace std" causes IWYU to
recommend including <__config> when run against libc++.
Change-Id: I71cc50ca397c3384c79be2181ffb0e0133939c6c
---
M src/kudu/util/block_bloom_filter-test.cc
M src/kudu/util/logging.cc
M src/kudu/util/url-coding-test.cc
M src/kudu/util/url-coding.cc
4 files changed, 16 insertions(+), 9 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/91/15491/1
--
To view, visit http://gerrit.cloudera.org:8080/15491
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I71cc50ca397c3384c79be2181ffb0e0133939c6c
Gerrit-Change-Number: 15491
Gerrit-PatchSet: 1
Gerrit-Owner: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Andrew Wong <[email protected]>
Gerrit-Reviewer: Grant Henke <[email protected]>