Kim Jin Chul has uploaded a new change for review. http://gerrit.cloudera.org:8080/7413
Change subject: IMPALA-5116: Removal of uses for the deprecated functions in gutil ...................................................................... IMPALA-5116: Removal of uses for the deprecated functions in gutil The following functions are substituted for C++11 standard. __gnu_cxx::hash_map => std::unordered_map __gnu_cxx::hash_set => std::unordered_set __gnu_cxx::hash => std::hash Change-Id: Ia4bd8ae4cc4ca5aa72e181ce17bac9d1c91f9fb3 --- M be/src/gutil/hash/hash.cc M be/src/gutil/hash/hash.h M be/src/gutil/strings/join.h M be/src/gutil/strings/serialize.cc M be/src/gutil/strings/serialize.h M be/src/gutil/strings/split.cc M be/src/gutil/strings/split.h 7 files changed, 35 insertions(+), 221 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/13/7413/1 -- To view, visit http://gerrit.cloudera.org:8080/7413 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia4bd8ae4cc4ca5aa72e181ce17bac9d1c91f9fb3 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Kim Jin Chul <[email protected]>
