Export of internal Abseil changes
-- d3f2943ec6d9be5db3e60ef1d1ddb4c118b6ef54 by Shaindel Schwartz <shaindel@google.com>: Import of CCTZ from GitHub. PiperOrigin-RevId: 269631104 -- c0b2662685f17f1eb721debd36166af9e9cb092b by Abseil Team <absl-team@google.com>: Internal change PiperOrigin-RevId: 269355540 -- bdb517a226eddd25c411acd1b8acfdd399c1df1b by Shaindel Schwartz <shaindel@google.com>: Internal change PiperOrigin-RevId: 268693722 -- d46654c975125dd5def2e6cff60c2a4a1003430f by Abseil Team <absl-team@google.com>: Internal change PiperOrigin-RevId: 268693087 GitOrigin-RevId: d3f2943ec6d9be5db3e60ef1d1ddb4c118b6ef54 Change-Id: I06f134e902e8a4addebef6073cc92697aecf89ca
This commit is contained in:
parent
ac78ffc3bc
commit
6ec1362810
23 changed files with 2 additions and 2 deletions
|
|
@ -101,7 +101,7 @@ struct FlagsUsageConfig {
|
|||
// normalize_filename("/my_company/some_long_path/src/project/file.cc")
|
||||
// might produce
|
||||
// "project/file.cc".
|
||||
std::function<std::string (absl::string_view)> normalize_filename;
|
||||
std::function<std::string(absl::string_view)> normalize_filename;
|
||||
};
|
||||
|
||||
// SetFlagsUsageConfig()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue