Hi,
Does anyone know if Protobuf's C++ output is ever going to support
enum classes? I'd like to be able to define the elements of my enum in
just one place (i.e. in the message definition file) and then use that
definition throughout my program, but I'd like it to be defined as an
enum class rather than an old-style non-type-safe enum.

Chris

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com.
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en.

Reply via email to