Thiruvalluvan M. G. created AVRO-1135:
-----------------------------------------
Summary: Avro C++ fails to build on Mac
Key: AVRO-1135
URL: https://issues.apache.org/jira/browse/AVRO-1135
Project: Avro
Issue Type: Bug
Components: c++
Reporter: Thiruvalluvan M. G.
Assignee: Thiruvalluvan M. G.
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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira