Xiao Meng created DRILL-1511:
--------------------------------
Summary: C++ Client. Fix compiling issues in DRILL-1297 patch on
clang
Key: DRILL-1511
URL: https://issues.apache.org/jira/browse/DRILL-1511
Project: Apache Drill
Issue Type: Bug
Reporter: Xiao Meng
Assignee: Xiao Meng
Two issues:
- forward enum type declaration is not allowed in C++ 03.
- clang complains:
{code}
error: found '<::' after a static_cast which forms the digraph '<:’ (aka '[')
and a ':', did you mean '< ::'?
::exec::shared::QueryType castedType =
static_cast<::exec::shared::QueryType> (t);
found '<::' after a static_cast which forms the digraph '<:'
(aka '[') and a ':', did you mean '< ::'?
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)