Adar Dembo has submitted this change and it was merged. Change subject: c++ client: adjust kudu::client::sp ......................................................................
c++ client: adjust kudu::client::sp In an upcoming change we'll begin using libc++ on Linux for TSAN builds. As macOS developers are probably aware, libc++ lacks TR1 support, so we need to extend our existing macOS-specific workaround for TR1 shared_ptrs to apply to any libc++ build. This has no bearing on backwards compatibility as libc++ is still only used in non-shipping environments. Change-Id: I01a1ef6319c3464a8ec84f066adc885da200af70 Reviewed-on: http://gerrit.cloudera.org:8080/4510 Reviewed-by: Dan Burkert <[email protected]> Tested-by: Adar Dembo <[email protected]> --- M src/kudu/client/shared_ptr.h 1 file changed, 7 insertions(+), 10 deletions(-) Approvals: Dan Burkert: Looks good to me, approved Adar Dembo: Verified -- To view, visit http://gerrit.cloudera.org:8080/4510 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I01a1ef6319c3464a8ec84f066adc885da200af70 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Adar Dembo <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
