[ 
https://issues.apache.org/jira/browse/DRILL-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14179607#comment-14179607
 ] 

Parth Chandra commented on DRILL-1511:
--------------------------------------

+1
Reviewd and tested on MAc/Windows/Linux

> 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
>         Attachments: DRILL-1511.1.patch
>
>
> 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)

Reply via email to