From c075ad321696fa5072e097f0a51e4fe76a6fe13e Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Thu, 30 Aug 2018 12:13:22 -0700 Subject: Export of internal Abseil changes. -- 9c6654a316935ab097ccf462d506c02626373f0a by Tom Manshreck : Update comment on CUnescape() to note on failure it leaves its output param in an unspecified state. PiperOrigin-RevId: 210956338 GitOrigin-RevId: 9c6654a316935ab097ccf462d506c02626373f0a Change-Id: Icf0aea66afb413a0334df27960f75387087c6629 --- absl/strings/escaping.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'absl/strings/escaping.h') diff --git a/absl/strings/escaping.h b/absl/strings/escaping.h index beb67a2..2965973 100644 --- a/absl/strings/escaping.h +++ b/absl/strings/escaping.h @@ -57,9 +57,10 @@ namespace absl { // 0x99). // // -// If any errors are encountered, this function returns `false` and stores the -// first encountered error in `error`. To disable error reporting, set `error` -// to `nullptr` or use the overload with no error reporting below. +// If any errors are encountered, this function returns `false`, leaving the +// `dest` output parameter in an unspecified state, and stores the first +// encountered error in `error`. To disable error reporting, set `error` to +// `nullptr` or use the overload with no error reporting below. // // Example: // -- cgit v1.2.3