Skip to content

Commit 6e99976

Browse files
committed
Add note on normalization in charconv to docs
1 parent 113de3d commit 6e99976

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)