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/07/30 00:15:41 UTC

[jira] [Updated] (DRILL-1222) C++ Client. Fix DRILL-1144 compilation on Mac OS

     [ https://issues.apache.org/jira/browse/DRILL-1222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Xiao Meng updated DRILL-1222:
-----------------------------

    Attachment: DRILL-1222.patch.txt

> C++ Client. Fix DRILL-1144 compilation on Mac OS
> ------------------------------------------------
>
>                 Key: DRILL-1222
>                 URL: https://issues.apache.org/jira/browse/DRILL-1222
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Client - C++
>            Reporter: Xiao Meng
>            Assignee: Xiao Meng
>            Priority: Minor
>         Attachments: DRILL-1222.patch.txt
>
>
> The fix of DRILL-1144 fails to compile on Mac OS and complains
> {code}
> error: non-const lvalue reference to
>       type 'basic_string<[3 * ...]>' cannot bind to a temporary of type 'basic_string<[3 * ...]>'
>                 std::string& str = boost::lexical_cast<std::string>(val.m_unscaledValue); 
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)