-
Notifications
You must be signed in to change notification settings - Fork 15.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Let GeneratedMessageTraits use C++17 feature of auto template arguments.
This is mostly a style fix so that we can avoid using decltype which is a bit cumbersome. auto template arguments is a C++17 feature so we can only do this after we've migrated the buildchain to use C++17. We upgraded main branch to C++17 in commit fe53593 PiperOrigin-RevId: 706015756
- Loading branch information
1 parent
f4cc92c
commit 0176416
Showing
2 changed files
with
3 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