6 Commits (7ab917ec21efb6cdb3c3946fbecb9522ff2af100)

Author SHA1 Message Date
Abseil Team 9398fa76a3 Adds support for "%v" in absl::StrFormat and related functions for bool values. Note that %v prints bool values as "true" and "false" rather than "1" and "0". 2 years ago
Abseil Team ab2e2c4f60 Adds support for "%v" in absl::StrFormat and related functions for numeric types, including integer and floating point values. Users may now specify %v and have the format specifier deduced. Integer values will print according to %d specifications, unsigned values will use %u, and floating point values will use %g. Note that %v does not work for `char` due to ambiguity regarding the intended output. Please continue to use %c for `char`. 2 years ago
Abseil Team fcfc7a6d15 Fix "unsafe narrowing" warnings in absl, 5/n. 2 years ago
Abseil Team 5e4ea1ce09 Export of internal Abseil changes 3 years ago
Abseil Team 4b2fbb4adb Export of internal Abseil changes 4 years ago
Abseil Team 768eb2ca28 Export of internal Abseil changes 5 years ago