Skip to content
Snippets Groups Projects
Unverified Commit 23dc7595 authored by Michael Shields's avatar Michael Shields Committed by GitHub
Browse files

Improve example AbslUnparseFlag().

1. Move default case outside switch.  This is a good practice because it allows -Wswitch to warn about missing enum values.

2. Use absl::StrCat() instead of (nonexistent) SimpleItoa().
parent 43ef2148
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment