Rui Maciel created AVRO-2224:
--------------------------------
Summary: Encode uniont types through std::any
Key: AVRO-2224
URL: https://issues.apache.org/jira/browse/AVRO-2224
Project: Avro
Issue Type: Improvement
Components: c++
Affects Versions: 1.8.2
Reporter: Rui Maciel
With the release of C++17, standard C\+\+ started supporting
[std::any|https://en.cppreference.com/w/cpp/utility/any]. It would be awesome
if Apache Avro could generate C++ code that expressed union types through
std::any instead of providing an ad-hoc implementation, which would enable
using Avro-generated code in a more idiomatic way.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)