Use StrCat().
This commit is contained in:
parent
23dc759538
commit
ec0742d37b
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
|||
// case kPlainText: return "plaintext";
|
||||
// case kHtml: return "html";
|
||||
// }
|
||||
// return absl::SimpleItoa(mode);
|
||||
// return absl::StrCat(mode);
|
||||
// }
|
||||
//
|
||||
// Notice that neither `AbslParseFlag()` nor `AbslUnparseFlag()` are class
|
||||
|
|
Loading…
Reference in a new issue