Marton Greber has submitted this change and it was merged. ( 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) Reviewed-on: http://gerrit.cloudera.org:8080/22894 Reviewed-by: Abhishek Chennaka <[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: Abhishek Chennaka: Looks good to me, approved Marton Greber: Looks good to me, but someone else must approve; Verified -- 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: merged Gerrit-Change-Id: Ibb259c66ff6d2497e23bccfe6e3e75d996d32c6b Gerrit-Change-Number: 22894 Gerrit-PatchSet: 2 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Marton Greber <[email protected]>
