Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22894
Change subject: [util] replace BOOST_BINARY with 0bxxx notation ...................................................................... [util] replace BOOST_BINARY with 0bxxx notation Since the codebase has switched to the C++17 standard a long time ago, it's possible to use 0bxxx notation (available in C++14) instead of BOOST_BINARY. This changelist doesn't not contain any functional modifications. Change-Id: Ibb259c66ff6d2497e23bccfe6e3e75d996d32c6b Reviewed-on: http://gerrit.cloudera.org:8080/22875 Tested-by: Marton Greber <[email protected]> Reviewed-by: Marton Greber <[email protected]> (cherry picked from commit baeb256b3f9f88186eec3a871cd491349a94eaf8) --- M src/kudu/tablet/concurrent_btree.h M src/kudu/util/bit-util-test.cc M src/kudu/util/group_varint-inl.h M src/kudu/util/group_varint-test.cc M src/kudu/util/group_varint.cc M src/kudu/util/rle-test.cc 6 files changed, 29 insertions(+), 98 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/94/22894/1 -- To view, visit http://gerrit.cloudera.org:8080/22894 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: branch-1.18.x Gerrit-MessageType: newchange Gerrit-Change-Id: Ibb259c66ff6d2497e23bccfe6e3e75d996d32c6b Gerrit-Change-Number: 22894 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
