Xiao Meng created DRILL-1222: -------------------------------- Summary: 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 Reporter: Xiao Meng Priority: Minor
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)