You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Alexander Moriarty (JIRA)" <ji...@apache.org> on 2016/10/24 15:52:58 UTC

[jira] [Created] (AVRO-1940) avrogencpp, scoped enums or c++11 enum class

Alexander Moriarty created AVRO-1940:
----------------------------------------

             Summary: avrogencpp, scoped enums or c++11 enum class
                 Key: AVRO-1940
                 URL: https://issues.apache.org/jira/browse/AVRO-1940
             Project: Avro
          Issue Type: Improvement
          Components: c++
            Reporter: Alexander Moriarty


It would be nice if avrogencpp could generated scoped enums.

Either with C++11 enum class or just adding an additional namespace.

This sort of relates to the issue I opened a few days ago: #AVRO-1936 in that one way this has been gotten around in the existing AvrogencppTests.cc is by generating one namespace per schema.

This of course could be a breaking change depending how it is implemented.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)