Deev Patel
Results
2
issues of
Deev Patel
[cpp] Add `crbegin`/`crend` and `front`/`back` accessors to `RepeatedField` and `RepeatedPtrField`
2
Add `crbegin`/`crend` and `front`/`back` accessors to `RepeatedField` and `RepeatedPtrField`. These are convenient and match the API of many standard containers people are used to.
c++
Allow text format parser to allow unknown enum values. This is useful when dealing with code that needs to compatible with different commits.
c++