You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Break dependency on google::protobuf::UTF8FirstLetterNumBytes() (#814)
Remove dependency on the `google::protobuf::UTF8FirstLetterNumBytes()`
to prep for the 22.x upgrade. The UTF8 utilities were removed from
protobuf in 22.x.
Jump to 22.x protobuf is needed for the C++20 transition.
Since the needed code was very simple I have copied the functions from
the protobuf to the validate.h file.
Signed-off-by: Yan Avlasov <[email protected]>
Co-authored-by: Elliot Jackson <[email protected]>
0 commit comments