Uploaded image for project: 'Apache Avro'
  1. Apache Avro
  2. AVRO-1135

Avro C++ fails to build on Mac

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.7.1
    • 1.7.2
    • c++
    • None

    Description

      The file unittest.cc fails to compile because the compiler gets confused about the overloaded function readFixed<N> in Parser class. There are two overloaded functions with the name readFixed, both templates taking size_t as template arguments. When the template argument is passed explicitly, the Mac compiler is not able to resolve the overload. The forthcoming patch addresses that issue.

      Attachments

        1. AVRO-1135.patch
          0.4 kB
          Thiruvalluvan M. G.

        Activity

          People

            thiru_mg Thiruvalluvan M. G.
            thiru_mg Thiruvalluvan M. G.
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: