Add a comment about the new "allow_alias" option.
This commit is contained in:
parent
7fe28a8973
commit
7f4c9e860e
1 changed files with 3 additions and 0 deletions
|
@ -17,6 +17,9 @@
|
|||
be assigned the same numeric value. Default value is "true". Setting it to
|
||||
false causes the compiler to reject enum definitions where multiple symbols
|
||||
have the same numeric value.
|
||||
Note: We plan to flip the default value to "false" in a future release.
|
||||
Projects using enum aliases should set the option to "true" in their .proto
|
||||
files.
|
||||
|
||||
C++
|
||||
* New generated method set_allocated_foo(Type* foo) for message and string
|
||||
|
|
Loading…
Add table
Reference in a new issue