Hello Alexey Serbin, Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/17046
to look at the new patch set (#2).
Change subject: txns: syntactically sweeten some tuple-like variables
......................................................................
txns: syntactically sweeten some tuple-like variables
This uses the C++17 feature to use structured bindings[1] in a few
places.
To pass lint, this patch also pulls in a patch[2] merged into the
cpplint project.
Note that the Google Style Guide[3] does mention structured bindings, so
they seem like fair game in Kudu's codebase.
[1] https://en.cppreference.com/w/cpp/language/structured_binding
[2] https://github.com/cpplint/cpplint/pull/126
[3] https://google.github.io/styleguide/cppguide.html#Type_deduction
Change-Id: Ice0add1d0c8487f97772732cffb463292efe8910
---
M src/kudu/transactions/txn_status_manager.cc
M thirdparty/patches/google-styleguide-cpplint.patch
2 files changed, 26 insertions(+), 19 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/46/17046/2
--
To view, visit http://gerrit.cloudera.org:8080/17046
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ice0add1d0c8487f97772732cffb463292efe8910
Gerrit-Change-Number: 17046
Gerrit-PatchSet: 2
Gerrit-Owner: Andrew Wong <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)