Adar Dembo has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/15491 )
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 Reviewed-on: http://gerrit.cloudera.org:8080/15491 Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Adar Dembo <[email protected]> --- 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(+), 11 deletions(-) Approvals: Alexey Serbin: Looks good to me, approved Adar Dembo: Verified -- 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: merged Gerrit-Change-Id: I71cc50ca397c3384c79be2181ffb0e0133939c6c Gerrit-Change-Number: 15491 Gerrit-PatchSet: 3 Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Grant Henke <[email protected]>
