6 Commits (7ab917ec21efb6cdb3c3946fbecb9522ff2af100)

Author SHA1 Message Date
Andy Soffer 845610e80b Fix a bug in StrFormat. This issue would have been caught by any compile-time 2 years ago
Abseil Team 55996e2e30 Explicitly disallows modifiers for use with %v. 2 years ago
Abseil Team 6a262fdadd Adds support for "%v" in absl::StrFormat and related functions for string-like types (support for other builtin types will follow in future changes). Rather than specifying %s for strings, users may specify %v and have the format specifier deduced. Notably, %v does not work for `const char*` because we cannot be certain if %s or %p was intended (nor can we be certain if the `const char*` was properly null-terminated). If you have a `const char*` you know is null-terminated and would like to work with %v, please wrap it in a `string_view` before using it. 2 years ago
Abseil Team ce42de10fb Export of internal Abseil changes 4 years ago
Abseil Team 4b2fbb4adb Export of internal Abseil changes 4 years ago
Abseil Team 768eb2ca28 Export of internal Abseil changes 5 years ago