Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-1222

C++ Client. Fix DRILL-1144 compilation on Mac OS

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.5.0
    • Client - C++
    • None

    Description

      The fix of DRILL-1144 fails to compile on Mac OS and complains

      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); 
      

      Attachments

        1. DRILL-1222.patch.txt
          1 kB
          Xiaomeng Huang

        Activity

          People

            DrillCommitter DrillCommitter
            xiaom Xiaomeng Huang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: