Grant Henke has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16772
Change subject: Explictly use boost::make_optional ...................................................................... Explictly use boost::make_optional This patch is in preparation for compilation with C++17. When compiling there are cases where `make_optional` is ambiguous because `make_optional` is also a part of `std::optional`. I fixed this by prefixing all existing usage of `make_optional` with `boost::`. Change-Id: I627fe57b42eb063dcb34057d0ea9f4847296bb8d --- M src/kudu/integration-tests/master_authz-itest.cc M src/kudu/integration-tests/master_hms-itest.cc M src/kudu/master/catalog_manager.cc 3 files changed, 4 insertions(+), 7 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/72/16772/1 -- To view, visit http://gerrit.cloudera.org:8080/16772 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I627fe57b42eb063dcb34057d0ea9f4847296bb8d Gerrit-Change-Number: 16772 Gerrit-PatchSet: 1 Gerrit-Owner: Grant Henke <[email protected]>
