You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Xiao Meng (JIRA)" <ji...@apache.org> on 2014/10/08 22:29:34 UTC

[jira] [Created] (DRILL-1511) C++ Client. Fix compiling issues in DRILL-1297 patch on clang

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)