We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29f8307 commit d4af654Copy full SHA for d4af654
absl/strings/charconv.h
@@ -64,8 +64,9 @@ struct from_chars_result {
64
// the result in `value`.
65
//
66
// The matching pattern format is almost the same as that of strtod(), except
67
-// that C locale is not respected, and an initial '+' character in the input
68
-// range will never be matched.
+// that (1) C locale is not respected, (2) an initial '+' character in the
+// input range will never be matched, and (3) leading whitespaces are not
69
+// ignored.
70
71
// If `fmt` is set, it must be one of the enumerator values of the chars_format.
72
// (This is despite the fact that chars_format is a bitmask type.) If set to
0 commit comments