Skip to content

Commit 6385dca

Browse files
authored
Update README.md
1 parent cba388b commit 6385dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ values to infinity. That is the behaviour of the C language (e.g., `stdtod`). Th
155155

156156
Specifically, we follow Jonathan Wakely's interpretation of the standard:
157157

158-
> In any case, the resulting value is one of at most two floating-point values closest to the value of the string matching the pattern. On overflow, value is set to plus or minus `std::numeric_limits<T>::max()` of the appropriate type. On underflow, value is set to a value with magnitude no greater than `std::numeric_limits<T>::min()`.
158+
> In any case, the resulting value is one of at most two floating-point values closest to the value of the string matching the pattern.
159159
160160
It is also the approach taken by the [Microsoft C++ library](https://github.com/microsoft/STL/blob/62205ab155d093e71dd9588a78f02c5396c3c14b/tests/std/tests/P0067R5_charconv/test.cpp#L943-L946).
161161

0 commit comments

Comments
 (0)