Joe McDonnell has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/18404


Change subject: IMPALA-10699: Patch libev to support C++17
......................................................................

IMPALA-10699: Patch libev to support C++17

Libev's ev++.h uses the "throw(exception)" syntax
that has been removed in c++17. This patches libev
to change this to "noexcept(false)". This is using
a patch directly from Kudu.

Testing:
 - Compiled Impala with c++17 with this patch

Change-Id: Ib5cba45a426c4237cb0ef7c28a806a117dfd212a
---
M buildall.sh
A source/libev/libev-4.20-patches/0001-Fix-c17-throw-statements.patch
2 files changed, 38 insertions(+), 1 deletion(-)



  git pull ssh://gerrit.cloudera.org:29418/native-toolchain 
refs/changes/04/18404/1
--
To view, visit http://gerrit.cloudera.org:8080/18404
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: native-toolchain
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib5cba45a426c4237cb0ef7c28a806a117dfd212a
Gerrit-Change-Number: 18404
Gerrit-PatchSet: 1
Gerrit-Owner: Joe McDonnell <joemcdonn...@cloudera.com>

Reply via email to