Skip to content

Commit c7f1ca1

Browse files
authored
Merge pull request #790 from cppalliance/787
Add note on normalization in charconv to docs
2 parents 5fdab9f + 6e99976 commit c7f1ca1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/decimal/charconv.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ BOOST_DECIMAL_CONSTEXPR std::to_chars_result to_chars(char* first, char* last, D
143143
} //namespace boost
144144
----
145145

146+
All `to_chars` functions ignore the effects of cohorts, and instead output normalized values.
147+
146148
NOTE: `BOOST_DECIMAL_CONSTEXPR` is defined if:
147149

148150
- `_MSC_FULL_VER` >= 192528326

0 commit comments

Comments
 (0)