-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get ready for latest protobuf version.
The protobuffer error collector interfaces changed to accept string_views instead. Since these are virtual methods, we need to override both in the transition period (but not add any 'override' to it as this depends on the available version we override). Once we are on latest protobuf (i.e. once we can update grpc), this will automatically compile with the new version. After that, we can remove the old AddError()/AddWarning() methods. Issues: #1408 PiperOrigin-RevId: 634099367
- Loading branch information
1 parent
5cf4feb
commit 37cde3a
Showing
3 changed files
with
76 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters