Prefixing of enum value identifiers in C++ is now optional.
authorWouter van Oortmerssen <wvo@google.com>
Thu, 21 Aug 2014 23:11:18 +0000 (16:11 -0700)
committerWouter van Oortmerssen <wvo@google.com>
Fri, 22 Aug 2014 21:02:32 +0000 (14:02 -0700)
commitffb3dec573280414d9a3bf7b0d6c6289668a63df
tree626603a1420d0fbec1a6e36ef600f695678d7c57
parent51ba48ae40fb939722af3a2629a8a93c652ba47d
Prefixing of enum value identifiers in C++ is now optional.

See -P option to flatc.

Bug: 16814856
Change-Id: I855973df6afa27e0efa27cf9c4b4aee8a1fcdd22
Tested: on OS X.
docs/source/Compiler.md
include/flatbuffers/idl.h
src/flatc.cpp
src/idl_gen_cpp.cpp