use fixed size c++ types for avro fixed types
---------------------------------------------

                 Key: AVRO-190
                 URL: https://issues.apache.org/jira/browse/AVRO-190
             Project: Avro
          Issue Type: Improvement
            Reporter: Scott Banachowski


Currently, the C++ apis convert avro fixed types to and from std::vector.  This 
switches the api calls to use fixed types (e.g. either boost::array<uint8_t, N> 
or C style arrays uint8_t (&)[N])



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to