[
https://issues.apache.org/jira/browse/DRILL-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiao Meng updated DRILL-1511:
-----------------------------
Component/s: Client - C++
> 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
> Components: Client - C++
> 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)