You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Tim Armstrong (Code Review)" <ge...@cloudera.org> on 2016/05/11 16:49:44 UTC

[Impala-CR](cdh5-trunk) Turn on C++14 in cross-compiled code

Tim Armstrong has uploaded a new patch set (#2).

Change subject: Turn on C++14 in cross-compiled code
......................................................................

Turn on C++14 in cross-compiled code

Enabling this revealed a latent bug where a #include was wrapped in the
impala namespace, resulting in the functions being defined in the wrong
namespace.

Change-Id: If723167b2d03da7592b64a204e31e81ea868e4f2
---
M be/CMakeLists.txt
M be/src/util/sse-util.h
2 files changed, 6 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/24/3024/2
-- 
To view, visit http://gerrit.cloudera.org:8080/3024
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: If723167b2d03da7592b64a204e31e81ea868e4f2
Gerrit-PatchSet: 2
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Tim Armstrong <ta...@cloudera.com>