Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22875 )
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]> --- 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(-) Approvals: Marton Greber: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/22875 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ibb259c66ff6d2497e23bccfe6e3e75d996d32c6b Gerrit-Change-Number: 22875 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]> Gerrit-Reviewer: Yifan Zhang <[email protected]>
